Skip to content

Commit

Permalink
Merge pull request #75 from woocommerce/fix/npm-error
Browse files Browse the repository at this point in the history
Fix - `npm ERR! Missing script: "test:e2e"`
  • Loading branch information
vikrampm1 committed Mar 1, 2024
2 parents 2ed7667 + 962626e commit 75d8cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Run E2E Smoke Test
if: ${{ github.event_name == 'push' }}
run: npm run test:e2e
run: npm run test:e2e-run

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 75d8cd3

Please sign in to comment.