Skip to content

Commit

Permalink
Yarn Caching || adding naming for GOOIE
Browse files Browse the repository at this point in the history
Signed-off-by: NishkarshRaj <[email protected]>
  • Loading branch information
NishkarshRaj committed Oct 10, 2023
1 parent d79a3da commit e55c967
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/super-devsecops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: |
cache: "yarn"
- name: Install Dependencies
run: |
yarn install
test:
runs-on: ubuntu-latest
Expand All @@ -35,7 +36,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: |
cache: "yarn"
- name: Test with Jest
run: |
yarn install
yarn test

0 comments on commit e55c967

Please sign in to comment.