Skip to content

Commit

Permalink
Test the current version of the code in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
owenniles committed Sep 6, 2024
1 parent d9c7b47 commit 49e1ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: |
set +x
go mod init test
go get github.com/moment-technology/goka@master
LONG_REF=${{ github.head_ref && github.head_ref || github.ref }}
go get github.com/moment-technology/goka@${LONG_REF#refs/*/}
cat > main.go << EndOfMessage
package main
Expand Down

0 comments on commit 49e1ea4

Please sign in to comment.