Skip to content

Commit

Permalink
Merge pull request #33 from matthew-nguyen-20032023/fix/cicd-test
Browse files Browse the repository at this point in the history
fix: fix cicd test
  • Loading branch information
matthew-nguyen-20032023 authored Mar 22, 2024
2 parents f5bcf1b + 7636491 commit bb8649f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
name: List the state of node modules
continue-on-error: true
run: npm list
- name: Install yarn && Install dependencies
run: npm install yarn -g && yarn
run: npm install yarn -g && yarn list && yarn
- name: Test
env:
NODE_ENV: testing
Expand Down

0 comments on commit bb8649f

Please sign in to comment.