Skip to content

Commit

Permalink
Modified playwright.yml to add staging env
Browse files Browse the repository at this point in the history
  • Loading branch information
CandelR committed Jan 13, 2025
1 parent 1876de9 commit bcd51ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: echo "@internxt:registry=https://npm.pkg.github.com" >> .npmrc
- run: echo //npm.pkg.github.com/:_authToken=${{ secrets.PERSONAL_ACCESS_TOKEN }} >> .npmrc
- run: echo "always-auth=true" >> .npmrc
- run: echo REACT_APP_NODE_ENV=staging >> ./.env
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Install Playwright Browsers
Expand Down

0 comments on commit bcd51ad

Please sign in to comment.