Skip to content

WLD-7848 fix github action #22

WLD-7848 fix github action

WLD-7848 fix github action #22

Workflow file for this run

name: e2e
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Build dist
run: yarn build
- name: Run e2e tests
run: yarn cypress:headless