Skip to content

Commit

Permalink
Consistent shell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamalama committed Jan 22, 2024
1 parent ef55123 commit 22fffa9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
- name: Run moto
run: |
make run-moto &
make run-moto
- name: Run unit tests
run: make test
run: |
make test
functional-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 22fffa9

Please sign in to comment.