diff --git a/.github/workflows/safe-apps-e2e.yml b/.github/workflows/safe-apps-e2e.yml index 82532b32..e689620a 100644 --- a/.github/workflows/safe-apps-e2e.yml +++ b/.github/workflows/safe-apps-e2e.yml @@ -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 }} @@ -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: |