Skip to content

Commit

Permalink
Use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed Aug 23, 2024
1 parent 0c4a5cf commit 9ff5949
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types:
- completed
permissions: { }
defaults:
run:
shell: bash
jobs:
report:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
workflow_dispatch:
workflow_call:
permissions: { }
defaults:
run:
shell: bash
jobs:
test:
name: Tests
Expand All @@ -17,6 +20,7 @@ jobs:
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}

permissions:
contents: read
steps:
Expand Down

0 comments on commit 9ff5949

Please sign in to comment.