Skip to content

Commit

Permalink
f yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kuznecov committed Sep 5, 2024
1 parent 4bb2f0f commit 705450b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build container and run tests
run: docker-compose up --build --exit-code-from test test
run: docker compose up --build --exit-code-from test test
- uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
Expand Down

0 comments on commit 705450b

Please sign in to comment.