Skip to content

Fixes #229: broaden the first Safari stable bad runs range #172

Fixes #229: broaden the first Safari stable bad runs range

Fixes #229: broaden the first Safari stable bad runs range #172

Workflow file for this run

name: PR
on: pull_request
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: libssl-dev libkrb5-dev
version: 1.0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test-unit
- name: Run lint
run: npm run lint