From 9ef0e2c11159fe36027bc287328b4f39a989b313 Mon Sep 17 00:00:00 2001 From: Nir Gur Arie Date: Wed, 24 Jul 2024 00:02:16 +0300 Subject: [PATCH] skip module cache --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56986adf4..b95c8c385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: runs-on: ubuntu-latest container: image: mcr.microsoft.com/playwright:v1.41.2-jammy - options: --volume=/github/workspace:/github/workspace steps: - name: Checkout code uses: actions/checkout@v4 @@ -50,6 +49,9 @@ jobs: CI: true NODE_AUTH_TOKEN: ${{ secrets.CI_NPM_READ_ORG }} + - name: Install jq + run: apt-get update && apt-get install -y jq + # - name: Set NX cloud shas # uses: nrwl/nx-set-shas@v4 # - name: Install Playwright Browsers