Skip to content

Refactor simod converter - closes INSM-TUM/SimulationPortal#9 #39

Refactor simod converter - closes INSM-TUM/SimulationPortal#9

Refactor simod converter - closes INSM-TUM/SimulationPortal#9 #39

Workflow file for this run

name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress install
run: npm install --legacy-peer-deps
- name: Cypress run
uses: cypress-io/github-action@v4
with:
install: false
build: npm run build
start: npm start
wait-on: "http://localhost:3000"
wait-on-timeout: 120