Skip to content

Commit

Permalink
ci: Use shell: bash when running multiple commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 6, 2023
1 parent 60473c8 commit 0d8f6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Test
env:
TEST_RABBIT_URL: amqp://127.0.0.1:${{ job.services.rabbitmq.ports[5672] }}
shell: bash
run: |
coverage run --append --source=yapw -m pytest -W error
pip install orjson
Expand Down

0 comments on commit 0d8f6e3

Please sign in to comment.