Skip to content

Commit

Permalink
Fix test workflow.
Browse files Browse the repository at this point in the history
The "shell:" field seems to not support matrix parameters.
  • Loading branch information
xiaq committed Feb 26, 2024
1 parent f12d001 commit 59114a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ jobs:
shell: elvish {0}
run: |
echo This is Elvish $version
- name: Run with Elvish with explicit version
shell: elvish-${{ matrix.elvish-version }} {0}
run: |
echo This is Elvish $version
elvish -c 'Can be used as an external command too'
elvish-${{ matrix.elvish-version }} -c 'Also available with explicit version'

0 comments on commit 59114a6

Please sign in to comment.