Skip to content

Commit

Permalink
Update carnival_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwilli authored Nov 27, 2024
1 parent 1c7f343 commit 112390b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/carnival_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v2

- name: Build testing container
run: docker-compose -f ./docker-compose-test.yml build
run: docker compose -f ./docker-compose-test.yml build

- name: Run tests and publish coverage results

run: |
docker-compose -f docker-compose-test.yml run -e COVERALLS_REPO_TOKEN -w /appsrc/app app gradle test coveralls --console=plain --continue -Dtest.http=false
docker compose -f docker-compose-test.yml run -e COVERALLS_REPO_TOKEN -w /appsrc/app app gradle test coveralls --console=plain --continue -Dtest.http=false
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

Expand All @@ -35,10 +35,10 @@ jobs:

- name: Build Docker Images
run: |
docker-compose -f ./docker-compose-doc.yml build
docker compose -f ./docker-compose-doc.yml build
- name: Building Docs
run: |
docker-compose -f ./docker-compose-doc.yml up --abort-on-container-exit --force-recreate
docker compose -f ./docker-compose-doc.yml up --abort-on-container-exit --force-recreate
rm docs/.gitignore
- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 112390b

Please sign in to comment.