Skip to content

integrate uploading with filesystem #252

integrate uploading with filesystem

integrate uploading with filesystem #252

Workflow file for this run

name: E2E on Chrome
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-20.04
# let's make sure our tests pass on Chrome browser
name: E2E on Chrome
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- uses: cypress-io/github-action@v5
with:
build: yarn build
start: yarn start
browser: chrome