Skip to content

Commit 1be28d4

Browse files
committed
test
1 parent 3699071 commit 1be28d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
pre_job:
2929
runs-on: ubuntu-latest
30+
needs: get_ghcs
3031
outputs:
3132
should_skip: ${{ steps.skip_check.outputs.should_skip }}
3233
should_skip_ghcide: ${{ steps.skip_ghcide_check.outputs.should_skip }}
@@ -59,6 +60,7 @@ jobs:
5960
, "test/**"
6061
, "shake-bench/**"
6162
]'
63+
- run: echo ${{needs.get_ghcs.outputs.ghcs}}
6264

6365
test:
6466
if: needs.pre_job.outputs.should_skip != 'true'

0 commit comments

Comments
 (0)