Skip to content

Commit

Permalink
chore: fix e2e github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Sep 21, 2023
1 parent eedfa38 commit 25b1df6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/safe-apps-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
path: 'web-core/**/node_modules'
key: web-core-modules-${{ hashFiles('**/yarn.lock') }}

- name: Build web-core
- name: Build and serve web-core
working-directory: web-core
run: yarn build && yarn export
run: yarn static-serve &
env:
NEXT_PUBLIC_INFURA_TOKEN: ${{ secrets.CYPRESS_INFURA_TOKEN }}
NEXT_PUBLIC_SAFE_APPS_INFURA_TOKEN: ${{ secrets.CYPRESS_INFURA_TOKEN }}
Expand All @@ -44,10 +44,10 @@ jobs:
NEXT_PUBLIC_TENDERLY_SIMULATE_ENDPOINT_URL: ${{ secrets.REACT_APP_TENDERLY_SIMULATE_ENDPOINT_URL }}
NEXT_PUBLIC_CYPRESS_MNEMONIC: ${{ secrets.CYPRESS_MNEMONIC }}

- name: Serve web-core
working-directory: web-core
run: |
yarn serve &
# - name: Serve web-core
# working-directory: web-core
# run: |
# yarn serve &

- name: Set PR Safe Apps base URL
run: |
Expand Down

0 comments on commit 25b1df6

Please sign in to comment.