Skip to content

Commit

Permalink
fix CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Lance-Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Aug 28, 2024
1 parent bb6b4d3 commit 23b6e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Start IPS-portal with docker-compose
run: docker-compose up -f docker-compose-complete.yml --build -d
run: docker compose -f docker-compose-complete.yml up --build -d

- name: Run test
run: |
Expand Down

0 comments on commit 23b6e95

Please sign in to comment.