Skip to content

Commit

Permalink
add pwsh for 1 example
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 30, 2024
1 parent c04c5ae commit 5b5f22f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing-regular-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ jobs:
- name: test echo
run: |
echo ${{ env.OS_PATH }}
# echo ${{ env.OS_SHELL }}
echo ${{ env.OS_FILE_EXTENSION }}
shell: bash
- name: Download Issues with end limit
id: normalIssuesWithEndLimit
run: ./${{ env.OS_PATH }}/magpi-issue-downloader.${{ env.OS_FILE_EXTENSION }} -l 2
shell: pwsh
shell: powershell

- name: Download Issues with start limit
id: normalIssuesWithStartLimit
Expand Down

0 comments on commit 5b5f22f

Please sign in to comment.