Skip to content

Only run test on ubuntu-latest. #4

Only run test on ubuntu-latest.

Only run test on ubuntu-latest. #4

Workflow file for this run

name: 'Test'
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
run: nix profile install --accept-flake-config tarball+https://install.devenv.sh/latest
- name: Run pre-commit hooks
run: devenv ci
- name: Run test
run: devenv shell bun run test.js