Skip to content

Bump protobufjs from 6.11.3 to 6.11.4 in /q-app/quasar-project (#61) #51

Bump protobufjs from 6.11.3 to 6.11.4 in /q-app/quasar-project (#61)

Bump protobufjs from 6.11.3 to 6.11.4 in /q-app/quasar-project (#61) #51

Workflow file for this run

name: Chrome E2E tests
on: [push]
# future use to limit tests
# on:
# push:
# branches:
# - master
# tags:
# - '*'
# pull_request:
jobs:
cypress-run:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v4
with:
command: yarn test:e2e:ci:novid:chrome
working-directory: q-app/quasar-project
browser: chrome