Skip to content

Bump ol from 10.2.0 to 10.2.1 #1368

Bump ol from 10.2.0 to 10.2.1

Bump ol from 10.2.0 to 10.2.1 #1368

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CI: true
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Dependencies
run: |
npm ci
npx playwright install --with-deps chromium
- name: Run Tests
run: npm test
- name: Test the Website Build
run: npm run build