Add performance testing to Cypress results
This commit is contained in:
6
.github/workflows/browser-testing.yml
vendored
6
.github/workflows/browser-testing.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user