Skip to content

Merge pull request #121 from openlayers/dependabot/npm_and_yarn/eslin… #218

Merge pull request #121 from openlayers/dependabot/npm_and_yarn/eslin…

Merge pull request #121 from openlayers/dependabot/npm_and_yarn/eslin… #218

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test
env:
CI: true