Sebastian Stehle
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
4 deletions
-
.github/workflows/dev.yml
-
.github/workflows/release.yml
|
|
|
@ -42,7 +42,7 @@ jobs: |
|
|
|
tags: squidex-local |
|
|
|
|
|
|
|
- name: Test - Start Compose |
|
|
|
run: docker-compose up -d |
|
|
|
run: docker compose up -d |
|
|
|
working-directory: tools/TestSuite |
|
|
|
|
|
|
|
- name: Test - RUN |
|
|
|
@ -125,7 +125,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Test - Cleanup |
|
|
|
if: always() |
|
|
|
run: docker-compose down |
|
|
|
run: docker compose down |
|
|
|
working-directory: tools/TestSuite |
|
|
|
|
|
|
|
- name: Publish - Remove unnecessary files |
|
|
|
|
|
|
|
@ -37,7 +37,7 @@ jobs: |
|
|
|
tags: squidex-local |
|
|
|
|
|
|
|
- name: Test - Start Compose |
|
|
|
run: docker-compose up -d |
|
|
|
run: docker compose up -d |
|
|
|
working-directory: tools/TestSuite |
|
|
|
|
|
|
|
- name: Test - RUN |
|
|
|
@ -113,7 +113,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Test - Cleanup |
|
|
|
if: always() |
|
|
|
run: docker-compose down |
|
|
|
run: docker compose down |
|
|
|
working-directory: tools/TestSuite |
|
|
|
|
|
|
|
- name: Publish - Remove unnecessary files |
|
|
|
|