Skip to content

Commit

Permalink
Attempt to fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Dec 5, 2023
1 parent 3fc08dd commit ee3cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
test:
env:
# GOPATH: /home/runner/work/nats-server
GOPATH: /home/runner/work/go
GO111MODULE: "on"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ee3cbbd

Please sign in to comment.