Skip to content

Commit

Permalink
test: test with a cleaned cache in advance
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Nov 9, 2023
1 parent d15df2c commit 43ba846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/app-deploy-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
run: |
npm run lint -- --no-fix --max-warnings 0
# - name: Test
# run: npm run test:ci
- name: Test
run: npm run test:ci

# - name: Type check
# run: npm run typecheck
- name: Type check
run: npm run typecheck

- name: Build
run: |
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ jobs:
with:
fetch-depth: 0

# - name: Setup Node.js
# uses: actions/setup-node@v3
# with:
# node-version: '18'
# cache: 'npm'

- name: Cache node modules
id: cache-nodemodules
uses: actions/cache@v3
Expand Down

0 comments on commit 43ba846

Please sign in to comment.