Skip to content

Revert "Bump bootstrap from 4.6.2 to 5.0.0 (#784)" #1213

Revert "Bump bootstrap from 4.6.2 to 5.0.0 (#784)"

Revert "Bump bootstrap from 4.6.2 to 5.0.0 (#784)" #1213

Workflow file for this run

name: End to end tests (Cypress)
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout 🔍
uses: actions/checkout@v4
- name: Set up node env
uses: actions/[email protected]
with:
node-version: 16
# Install NPM dependencies, cache them correctly
# and run all Cypress End to End tests
- name: Run End to End tests 🧪
uses: cypress-io/github-action@v6
with:
build: npm run generate
start: npm start
component: false