diff options
author | 2025-08-08 23:32:28 +0100 | |
---|---|---|
committer | 2025-08-08 23:32:28 +0100 | |
commit | 8b1b9362d63b202212ef810c245ba5761930f672 (patch) | |
tree | 15043d8a3ad4c3ee7635337a93d148cf761ac942 | |
parent | Remove unused tests (diff) |
Remove crap yarn cache stage
-rw-r--r-- | .github/workflows/create_sentry_release.yml | 3 | ||||
-rw-r--r-- | .github/workflows/test_and_lint.yml | 9 |
2 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/create_sentry_release.yml b/.github/workflows/create_sentry_release.yml index f47d42f..0ff22f7 100644 --- a/.github/workflows/create_sentry_release.yml +++ b/.github/workflows/create_sentry_release.yml @@ -12,9 +12,6 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} steps: - - uses: actions/checkout@v2 - - uses: EgorDm/gha-yarn-node-cache@v1 - - name: Install dependencies run: yarn install --prod diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index 5745ae9..360da3f 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -11,9 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: EgorDm/gha-yarn-node-cache@v1 - - name: Install dependencies run: yarn install --prod @@ -24,9 +21,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: EgorDm/gha-yarn-node-cache@v1 - - name: Install dependencies run: yarn install @@ -37,9 +31,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: EgorDm/gha-yarn-node-cache@v1 - - name: Install dependencies run: yarn install |