Skip to content

Commit

Permalink
adds echo for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 30, 2024
1 parent 3f5436e commit 9ed2d2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing-regular-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ jobs:
id: printOutVars
shell: bash
run: env
- test echo
- run:
- 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
Expand Down

0 comments on commit 9ed2d2a

Please sign in to comment.