Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Sep 27, 2023
1 parent 2cde631 commit f28c835
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed .github/workflows/.gitkeep
Empty file.
File renamed without changes.
4 changes: 2 additions & 2 deletions client/.github/workflows/e2e-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
path: playwright-report/
retention-days: 30
env:
# Recommended: pass the GitHub token lets this action correctly
# determine the unique run id necessary to re-run the checks
NEXT_PUBLIC_URL: http://localhost:$PORT
NEXT_PUBLIC_API_URL: http://localhost:1337/cms
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 }}

0 comments on commit f28c835

Please sign in to comment.