Skip to content

Commit

Permalink
Merge pull request #68 from AStarStartup/Issue52
Browse files Browse the repository at this point in the history
 Fix unit test not working on GitHub #52.N Moved Clear cache to start…
  • Loading branch information
CookingWithCale authored Dec 18, 2023
2 parents 26379b3 + 53fc559 commit 375caea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
# Install packages.
- name: Install
run: npm install

# Clear cache.
- name: Clear cache
run: npm cache clean

# Install packages.
- name: Install
run: npm install

# Build project.
- name: Build
run: npm run build
Expand Down

0 comments on commit 375caea

Please sign in to comment.