Skip to content

build(deps): bump tar from 6.1.13 to 6.2.1 #1268

build(deps): bump tar from 6.1.13 to 6.2.1

build(deps): bump tar from 6.1.13 to 6.2.1 #1268

Workflow file for this run

name: End-to-end tests
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: yarn run build
start: yarn start
wait-on: 'http://localhost:8080'
wait-on-timeout: 30