Skip to content

Commit

Permalink
tests-deploy(0)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jul 4, 2023
1 parent 552a66a commit 55aa181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ '8.1', '8.2' ]
server-version: [ '27.0.0' ]
server-version: [ 'stable27' ]
include:
- server-version: "master"
php-version: "8.2"
Expand Down Expand Up @@ -92,6 +92,7 @@ jobs:
- name: Test deploy
run: |
echo "$(./occ app_ecosystem_v2:app:deploy app_python_skeleton 1 --info-xml https://raw.githubusercontent.com/cloud-py-api/py_app_v2-skeleton/main/appinfo/info.xml)"
./occ app_ecosystem_v2:app:register \
"$(./occ app_ecosystem_v2:app:deploy app_python_skeleton 1 --info-xml https://raw.githubusercontent.com/cloud-py-api/py_app_v2-skeleton/main/appinfo/info.xml)" \
-e
Expand Down

0 comments on commit 55aa181

Please sign in to comment.