Skip to content

Commit 3208caa

Browse files
committed
Add pseudo CI target that indicates the build status
1 parent f3839f0 commit 3208caa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ jobs:
7777
run: cabal test all --test-show-details=direct
7878
env:
7979
HSPEC_OPTIONS: --color
80+
81+
success:
82+
needs: [build]
83+
runs-on: ubuntu-latest
84+
steps: [run: echo success]

0 commit comments

Comments
 (0)