Skip to content

[Snyk] Upgrade @types/react-dom from 18.3.1 to 18.3.5 #267

[Snyk] Upgrade @types/react-dom from 18.3.1 to 18.3.5

[Snyk] Upgrade @types/react-dom from 18.3.1 to 18.3.5 #267

Workflow file for this run

name: End-to-end tests
on:
pull_request:
branches:
- '*'
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build the project
run: npm run build
- name: Start server
run: npx serve@latest out -l 3000 &
env:
CI: true
- name: Wait for server
run: npx wait-on http://127.0.0.1:3000 --timeout 60000
- name: Check server response
run: curl -v http://127.0.0.1:3000
- name: Cypress run
uses: cypress-io/github-action@v5