Skip to content

Commit

Permalink
change order in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Apr 10, 2023
1 parent 78100cd commit f43dc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-special-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
id: specialIssues
shell: pwsh
run: ./windows/magpi-special-issue-downloader.ps1
- name: lslah issues
run: Get-ChildItem –path D:\a\MagPiDownloader\MagPiDownloader\special_issues
- name: "Check file existence Windows special"
id: check_files
uses: andstor/file-existence-action@v2.0.0
with:
files: "special_issues/Essentials_Games_v1.pdf"
fail: true
- name: lslah issues
run: Get-ChildItem –path D:\a\MagPiDownloader\MagPiDownloader\special_issues
- name: File exists
if: steps.check_files.outputs.files_exists == 'false'
run: exit 1
Expand Down

0 comments on commit f43dc12

Please sign in to comment.