File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
102102 run : |
103103 # Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use
104- npm install -g "netlify-cli@$(npm list --json --depth=0 netlify-cli | jq -r ".dependencies[\"netlify-cli\"].version")"
104+ npm install -g ${{ github.workspace }}/ netlify-cli-23.10.0.tgz
105105 npx netlify login
106106 - name : Get installed Playwright version
107107 id : playwright-version
@@ -229,8 +229,7 @@ jobs:
229229
230230 smoke :
231231 if : always()
232- needs : setup
233- runs-on : ubuntu-latest
232+ needs : setup runs-on: ubuntu-latest
234233 strategy :
235234 fail-fast : false
236235 matrix :
@@ -278,7 +277,7 @@ jobs:
278277 NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
279278 run : |
280279 # Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use
281- npm install -g "netlify-cli@$(npm list --json --depth=0 netlify-cli | jq -r ".dependencies[\"netlify-cli\"].version")"
280+ npm install -g ${{ github.workspace }}/ netlify-cli-23.10.0.tgz
282281 npx netlify login
283282 - name : " Smoke tests"
284283 run : npm run test:ci:smoke
You can’t perform that action at this time.
0 commit comments