Skip to content

Commit

Permalink
fix: e2e job
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Mar 2, 2022
1 parent b1b6682 commit 6c53ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run your tests
run: npm test --workspace gatsby-image-gallery
run: npm run e2e --workspace gatsby-image-gallery
- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"test": "npx playwright test"
"e2e": "npx playwright test"
},
"dependencies": {
"babel-plugin-styled-components": "2.0.6",
Expand Down

0 comments on commit 6c53ed9

Please sign in to comment.