Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
silverpill committed Nov 22, 2024
1 parent 06ca4c2 commit 7a56caf
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Spin up containers
run: docker-compose -f tests/docker-compose.yml up -d
run: docker compose -f tests/docker-compose.yml up -d
env:
MONERO_VERSION: ${{ matrix.monero }}

Expand Down

0 comments on commit 7a56caf

Please sign in to comment.