Skip to content

Remove OpenRC as its causing problems #280

Remove OpenRC as its causing problems

Remove OpenRC as its causing problems #280

Workflow file for this run

name: "Cypress"
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
jobs:
cypress-run:
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: yarn docker:build
start: yarn docker:github
command: yarn cypress:test
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0