Skip to content

Commit

Permalink
e2e workflow: try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Sep 27, 2023
1 parent 409c07c commit bc48bb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
path: playwright-report/
retention-days: 30
env:
NEXT_PUBLIC_MAPBOX_API_TOKEN: ${{ secrets.NEXT_PUBLIC_MAPBOX_API_TOKEN }}
# Recommended: pass the GitHub token lets this action correctly
# determine the unique run id necessary to re-run the checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions client/.github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Changes Yarn version
run: corepack enable
- name: Install dependencies
run: yarn
- name: Install Playwright Browsers
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check-types": "tsc",
"test": "playwright test",
"test:ui": "playwright test --ui",
"preinstall": "cd .. && husky install client/.husky"
"postinstall": "cd .. && husky install client/.husky"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.3",
Expand Down

0 comments on commit bc48bb3

Please sign in to comment.