Skip to content

fix(deps): update dependency @react-email/components to ^0.0.32 #2090

fix(deps): update dependency @react-email/components to ^0.0.32

fix(deps): update dependency @react-email/components to ^0.0.32 #2090

name: 32.Run E2E Tests
on:
push:
paths-ignore:
- data-migrations/**
- helm/**
- terraform/**
- tools/**
workflow_dispatch:
jobs:
e2e:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Setup Tools
uses: ./.github/actions/setup-tools
- name: Setup NPM Packages
uses: ./.github/actions/setup-npm
- name: Run App build
run: npm run build
working-directory: app
- name: Setup Sandbox & Cypress
uses: ./.github/actions/setup-sandbox
with:
script: |
cp app/.env.example app/.env.test
npm start --prefix app &
node_modules/.bin/wait-on http://localhost:3000 --timeout 120000
pnpm cypress-headless
- name: Upload Cypress Screenshots and Videos
if: ${{ failure() }}
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: cypress-artifacts
path: |-
/home/runner/work/platform-services-registry/platform-services-registry/cypress/screenshots
/home/runner/work/platform-services-registry/platform-services-registry/cypress/videos
- name: Clean Up Localdev Environment
run: |
~/.docker/cli-plugins/docker-compose -f localdev/docker-compose.yml down
sudo rm -rf ./localdev/mnt