Skip to content

chore(deps-dev): bump jasmine-core from 4.2.0 to 4.6.0 #90

chore(deps-dev): bump jasmine-core from 4.2.0 to 4.6.0

chore(deps-dev): bump jasmine-core from 4.2.0 to 4.6.0 #90

Workflow file for this run

name: e2e Tests
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/cypress.yml
- projects/**/*
- package.json
- yarn.lock
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install yarn packages
run: |
yarn install
- name: Run Cypress for environment
uses: cypress-io/github-action@v2
with:
start: |
yarn start:test-server
wait-on: "http://localhost:8000"
wait-on-timeout: 300
browser: chrome
config-file: cypress.config.ts