Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Aug 25, 2024
1 parent 3bc1422 commit f605e6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:

jobs:
test_shell:
name: Test shell
name: Test shell ${{ matrix.shell }}
runs-on: windows-latest
strategy:
matrix:
shell: [ powershell, pwsh ]
shell:
- powershell
- pwsh
steps:
- name: Checkout Bucket
uses: actions/[email protected]
Expand Down

0 comments on commit f605e6b

Please sign in to comment.