Skip to content

test

test #106

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Chisel CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
if: ${{ !contains(github.event.head_commit.message, '[gh-bot]') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Test
run: nix develop --command sbt test