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 5f5ad37 commit e7fee92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
gem install coveralls-lcov
- name: Run Vue tests
working-directory: frontend
shell: bash
run: |
npm run test:unit
coveralls-lcov -v -n coverage/lcov.info > coverage.json
Expand All @@ -41,6 +42,7 @@ jobs:
DB_PORT: ${{ job.services.postgres.ports[5432] }}
MEDIA_ROOT: /tmp/
FILE_UPLOAD_TEMP_DIR: /tmp/
shell: bash
run: |
./manage.py migrate
./manage.py makemigrations --check --dry-run
Expand Down

0 comments on commit e7fee92

Please sign in to comment.