Skip to content

Commit f0cd555

Browse files
committed
fifx: Build and run locally checked out prcontext
1 parent 5f9e967 commit f0cd555

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585
env:
8686
GITHUB_CONTEXT: ${{ toJSON(github) }}
8787
run: |
88-
go run github.com/coder/coder/.github/workflows/prcontext
88+
cd .github/workflows/prcontext
89+
go build
90+
./prcontext
8991
9092
style-lint-golangci:
9193
name: style/lint/golangci

0 commit comments

Comments
 (0)