From b5b8d4385663a2e1db528afb8f5d3b4e92141aac Mon Sep 17 00:00:00 2001 From: eric sciple Date: Sat, 25 Jan 2020 01:25:15 -0500 Subject: [PATCH] . --- .github/workflows/workflow.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 959378e9..fc91d5d7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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: