Skip to content

Commit

Permalink
Update workflow to use 'docker compose' command instead of 'docker-co…
Browse files Browse the repository at this point in the history
…mpose' (#333)
  • Loading branch information
ludeknovy authored Aug 30, 2024
1 parent cb39d31 commit 14f64bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install modules
run: npm install
- name: Build the docker-compose stack
run: docker-compose -f docker-compose.testing.yaml up -d
run: docker compose -f docker-compose.testing.yaml up -d
# - name: Run contract tests
# run: npm run test:contract
# env:
Expand Down

0 comments on commit 14f64bf

Please sign in to comment.