Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Bump core-js from 3.32.2 to 3.33.0 (#230) #246

Bump core-js from 3.32.2 to 3.33.0 (#230)

Bump core-js from 3.32.2 to 3.33.0 (#230) #246

Workflow file for this run

name: end to end tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
e2e-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node env
uses: actions/setup-node@v3.8.1
with:
node-version: 16
- name: Create .env file
run: |
echo "API_QUERY_URL=" > .env
- name: Run end to end tests
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
component: false