Skip to content

Commit

Permalink
Merge pull request #47 from actions/binpath
Browse files Browse the repository at this point in the history
add bin to path
  • Loading branch information
bryanmacfarlane committed Mar 26, 2020
2 parents 2096a2c + 3349559 commit a030287
Show file tree
Hide file tree
Showing 7 changed files with 12,417 additions and 2,991 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: ^1.13.6

- name: validate version
run: go version | grep "go1.13."
run: go version | grep "go1."

- name: setup-go 1.13
uses: ./
Expand All @@ -42,3 +42,10 @@ jobs:

- name: validate version
run: go version | grep "go1.12.9"

- name: dump env
shell: bash
run: |
echo $PATH
echo go versions in tool cache:
echo $(ls $RUNNER_TOOL_CACHE/go)
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
run: npm test

- name: audit packages
run: npm audit --audit-level=moderate
run: npm audit --audit-level=high
if: matrix.operating-system == 'ubuntu-latest'
Loading

0 comments on commit a030287

Please sign in to comment.