1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-10 02:45:50 +00:00
This commit is contained in:
eric sciple 2020-01-25 01:25:15 -05:00
parent 6c6b95372f
commit b5b8d43856

View file

@ -22,6 +22,7 @@ jobs:
- run: npm install
- run: npm run format-check
- run: npm run pack
if: runner.os != 'windows'
- run: npm test
- name: Verify no unstaged changes
if: runner.os != 'windows'
@ -32,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Clear tool cache
run: rm -rf $RUNNER_TOOL_CACHE && mkdir $RUNNER_TOOL_CACHE
run: rm -rf $RUNNER_TOOL_CACHE/*
- name: Setup node 10
uses: ./
with:
@ -55,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@users/ericsciple/m165proxy
- name: Clear tool cache
run: rm -rf $RUNNER_TOOL_CACHE && mkdir $RUNNER_TOOL_CACHE
run: rm -rf $RUNNER_TOOL_CACHE/*
- name: Setup node 10
uses: ./
with:
@ -71,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@users/ericsciple/m165proxy
- name: Clear tool cache
run: rm -rf $RUNNER_TOOL_CACHE && mkdir $RUNNER_TOOL_CACHE
run: rm -rf $RUNNER_TOOL_CACHE/*
- name: Setup node 10
uses: ./
with: