Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 #758

build(deps): bump braces from 3.0.2 to 3.0.3

build(deps): bump braces from 3.0.2 to 3.0.3 #758

Workflow file for this run

name: "Cypress"
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
jobs:
cypress-run:
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install NodeJS 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Cypress run
uses: cypress-io/github-action@v6
with:
wait-on: 'https://localhost:9443'
wait-on-timeout: 360
build: sh ./build_dbhub_docker_and_local.sh
start: yarn docker:github
command: yarn cypress:test
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0