Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Dec 17, 2024
1 parent b9511eb commit 0290e89
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path: |
**/node_modules
${{ github.workspace }}/.yarn/install-state.gz
${{ github.workspace }}/src/types/**
${{ github.workspace }}/src/types
key: ${{ runner.os }}-web-core-modules-${{ hashFiles('**/package.json', '**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-web-core-modules-
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
path: |
**/node_modules
${{ github.workspace }}/.yarn/install-state.gz
${{ github.workspace }}/src/types/**
${{ github.workspace }}/src/types
key: ${{ steps.restore-yarn-types.outputs.cache-primary-key }}

- name: Save Nextjs/Cypress Cache
Expand Down Expand Up @@ -89,14 +89,6 @@ jobs:
${{ github.workspace }}/.yarn/install-state.gz
key: ${{ needs.build.outputs.yarn-types-cache-key }}

- name: Restore Nextjs/Cypress Cache
uses: actions/cache/restore@v4
with:
path: |
${{ github.workspace }}/.next/cache
/home/runner/.cache/Cypress
key: ${{ needs.build.outputs.nc-cache-key }}

- uses: CatChen/[email protected]
with:
request-changes: true # optional
Expand Down Expand Up @@ -129,14 +121,6 @@ jobs:
${{ github.workspace }}/.yarn/install-state.gz
key: ${{ needs.build.outputs.yarn-types-cache-key }}

- name: Restore Nextjs/Cypress Cache
uses: actions/cache/restore@v4
with:
path: |
${{ github.workspace }}/.next/cache
/home/runner/.cache/Cypress
key: ${{ needs.build.outputs.nc-cache-key }}

- name: Annotations and coverage report
uses: ArtiomTr/[email protected]
with:
Expand Down

0 comments on commit 0290e89

Please sign in to comment.