Skip to content

Commit

Permalink
tweaking frontend npm checks
Browse files Browse the repository at this point in the history
  • Loading branch information
krachwal committed Nov 30, 2023
1 parent a191d2b commit 1c6eaa0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed .github/workflows/.run-frontend-tests.yml.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/run-frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Checkout repo"
uses: actions/checkout@v4
- name: "Run Cypress tests"
- uses: cypress-io/github-action@v6
uses: cypress-io/github-action@v6
working-directory: ./react-frontend
with:
build: npm run build
Expand Down

0 comments on commit 1c6eaa0

Please sign in to comment.