Skip to content

Commit

Permalink
Set default shell for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndBondStyle committed Mar 4, 2024
1 parent a3ab3eb commit 47a4491
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ concurrency:

jobs:
pre-commit:
name: Check pre-commit hooks
name: Run pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

extract-image:
name: Extract image version
name: Get image version
runs-on: ubuntu-latest
outputs:
image-url: ${{ steps.extractor.outputs.image_url }}
Expand All @@ -40,6 +40,11 @@ jobs:
container:
image: ${{ needs.extract-image.outputs.image-url}}

# TODO: Fix in dockerfile
defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 47a4491

Please sign in to comment.