blob: f6e1e73d20451a86ae80ef48d6bd447c91b7ad60 [file] [log] [blame] [raw]
name: Compiler Explorer Frontend Testing
on: [push]
jobs:
cypress-run:
if: github.repository_owner == 'compiler-explorer'
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clean
run: make clean
- name: Install prerequisites
run: make prereqs
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm run dev
wait-on: 'http://localhost:10240'
config: screenshotOnRunFailure=false,video=false