Skip to content

Bump @types/uuid from 9.0.7 to 9.0.8 #203

Bump @types/uuid from 9.0.7 to 9.0.8

Bump @types/uuid from 9.0.7 to 9.0.8 #203

name: webkit-browser-check
#on: [push]
on: [pull_request]
jobs:
cypress-run:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
browser: [ webkit ]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install root dependencies
run: npm install
- name: Install test dependencies
run: npm install
working-directory: ./test/webkit-test
- name: Install webkit
if: ${{ startsWith(matrix.browser, 'webkit') }}
run: npm install [email protected]
working-directory: ./test/webkit-test
- name: Cypress run
uses: cypress-io/github-action@v5
with:
quiet: true
working-directory: ./test/webkit-test
spec: cypress/e2e/*
browser: ${{ matrix.browser }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PROJECT_TOKEN: ${{ secrets.DEV_EXAMPLE_7 }}
TEST_RUN_NAME: "${{ github.workflow }}—${{ runner.os }}—${{ github.ref }}"
DEBUG: TRUE