Skip to content

Commit

Permalink
Test backend prepare output failure
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Sep 28, 2023
1 parent d94d95a commit 400ff94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,13 @@ runs:
lerna bootstrap
}
shell: powershell

- name: "Go to backend"
if: ${{ failure() && runner.os == 'Windows' }}
run: cd packages\backend
shell: powershell

- name: "Check backend output"
if: ${{ always() && runner.os == 'Windows' }}
run: npm run prepare
shell: powershell

0 comments on commit 400ff94

Please sign in to comment.