Add performance testing to Cypress results

This commit is contained in:
Gabe Kangas
2023-01-04 22:15:10 -08:00
parent 74cbc949ea
commit 80ab351cbe
8 changed files with 3845 additions and 17 deletions

View File

@@ -9,14 +9,13 @@ on:
- web/**
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'same_content_newer'
- name: Checkout
uses: actions/checkout@v3
@@ -24,6 +23,9 @@ jobs:
with:
go-version: '1.18.8'
- name: Install Google Chrome
run: sudo apt-get install google-chrome-stable
- name: Run Browser tests
uses: nick-fields/retry@v2
with: