Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Mar 3, 2025
1 parent f132a88 commit 49e5343
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
build: true
test: false
lint: false
- run: npm install
- name: Install dependencies
run: npm install
- name: Build for production
run: npm run build
- name: Run cypress tests
- name: Cypress tests
if: always()
run: npm test

0 comments on commit 49e5343

Please sign in to comment.