Skip to content

EE-1467: use runner ubuntu-22.04 instead of ubuntu-latest #5

EE-1467: use runner ubuntu-22.04 instead of ubuntu-latest

EE-1467: use runner ubuntu-22.04 instead of ubuntu-latest #5

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
- name: Install dependencies
run: npm install
- name: Run lint
run: npm run lint
- name: Run tests
run: npm test