Skip to content

Commit

Permalink
misc: Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Nov 13, 2023
1 parent 765ee3a commit 994744b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ on:
pull_request:
branches: [main]
name: test
env:
HVM_GITHUBTOKEN: ${{ secrets.HVM_GITHUBTOKEN }}
permissions:
contents: read
jobs:
Expand All @@ -28,4 +26,6 @@ jobs:
- name: Install hvm
run: go install
- name: Test
run: go test ./...
env:
HVM_GITHUBTOKEN: ${{ secrets.HVM_GITHUBTOKEN }}
run: echo "$HVM_GITHUBTOKEN" && go test ./...

0 comments on commit 994744b

Please sign in to comment.