Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gencer committed Aug 9, 2024
1 parent bb703b7 commit fd341c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run tests
run: docker-compose run --rm tests
run: docker compose run --rm tests
- name: Run lint
run: docker-compose run --rm lint
run: docker compose run --rm lint
- name: Run shellcheck
run: docker-compose run --rm shellcheck
run: docker compose run --rm shellcheck

0 comments on commit fd341c4

Please sign in to comment.