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

Bump puppeteer from 21.3.6 to 21.6.1 #534

Bump puppeteer from 21.3.6 to 21.6.1

Bump puppeteer from 21.3.6 to 21.6.1 #534

Workflow file for this run

name: Run tests
on: [push, pull_request, workflow_dispatch]
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
env:
B2_KEY_ID: ${{ secrets.B2_KEY_ID }}
B2_APPLICATION_KEY: ${{ secrets.B2_APPLICATION_KEY }}
B2_BUCKET_ID: ${{ secrets.B2_BUCKET_ID }}
steps:
- uses: actions/checkout@v4
- name: Install front end NPM deps
run: npm ci
- name: Build front end
run: npm run build
- name: Install back end NPM deps
run: cd backend && npm ci && cd ..
- run: npm test