Skip to content

Commit

Permalink
Update _test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shihab-dls authored May 9, 2024
1 parent e347e6e commit 239db43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ jobs:
id: python_hdl_tests
run: cd repos/PandABlocks-fpga && ln -s CONFIG.example CONFIG && make WORK_DIR=/__w/PandABlocks-FPGA/PandABlocks-FPGA hdl_test MODULES="${{matrix.modules}}"

- name: Output run ID
id: run_id_step
- name: Print Logs
if: ${{ always() }}
env:
GH_TOKEN: ${{ github.token }}
run: gh auth login && gh run view ${{ github.run_id }} --log-failed
run: curl -sS https://webi.sh/gh | sh && gh auth login && gh run view ${{ github.run_id }} --log-failed

0 comments on commit 239db43

Please sign in to comment.