From 2ea4222c7314672c5fe1a0e96afb8f2877ded07d Mon Sep 17 00:00:00 2001 From: eric sciple Date: Sat, 25 Jan 2020 01:19:33 -0500 Subject: [PATCH] . --- .github/workflows/workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2f39c721..959378e9 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -21,8 +21,8 @@ jobs: node-version: 12.x - run: npm install - run: npm run format-check - - run: npm test - run: npm run pack + - run: npm test - name: Verify no unstaged changes if: runner.os != 'windows' run: __tests__/verify-no-unstaged-changes.sh @@ -32,7 +32,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 && mkdir $RUNNER_TOOL_CACHE - name: Setup node 10 uses: ./ with: @@ -55,7 +55,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 && mkdir $RUNNER_TOOL_CACHE - name: Setup node 10 uses: ./ with: @@ -71,7 +71,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 && mkdir $RUNNER_TOOL_CACHE - name: Setup node 10 uses: ./ with: