Skip to content

Use new Jenkinsfile to visualize Nightly Builds #447

Use new Jenkinsfile to visualize Nightly Builds

Use new Jenkinsfile to visualize Nightly Builds #447

Workflow file for this run

# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors
# SPDX-License-Identifier: Apache-2.0
name: Test ghaf-infra
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- name: Run ghaf-infra CI tests
run: nix develop --command inv pre-push