Skip to content

Commit a030287

Browse files
Merge pull request actions#47 from actions/binpath
add bin to path
2 parents 2096a2c + 3349559 commit a030287

File tree

7 files changed

+12417
-2991
lines changed

7 files changed

+12417
-2991
lines changed

.github/workflows/versions.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: ^1.13.6
2626

2727
- name: validate version
28-
run: go version | grep "go1.13."
28+
run: go version | grep "go1."
2929

3030
- name: setup-go 1.13
3131
uses: ./
@@ -42,3 +42,10 @@ jobs:
4242

4343
- name: validate version
4444
run: go version | grep "go1.12.9"
45+
46+
- name: dump env
47+
shell: bash
48+
run: |
49+
echo $PATH
50+
echo go versions in tool cache:
51+
echo $(ls $RUNNER_TOOL_CACHE/go)

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
run: npm test
3535

3636
- name: audit packages
37-
run: npm audit --audit-level=moderate
37+
run: npm audit --audit-level=high
3838
if: matrix.operating-system == 'ubuntu-latest'

0 commit comments

Comments
 (0)