Skip to content

Improve Wanderlog header with missing instructions #3

Improve Wanderlog header with missing instructions

Improve Wanderlog header with missing instructions #3

Workflow file for this run

name: Cypress Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cypress-run:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node16.5.0-chrome94-ff93
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm install
- name: Build nuka-carousel
run: pnpm build
- name: Install the Cypress binary
run: npx cypress install
- name: Cypress run
run: pnpm run test:ci-with-server