mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-12 21:46:20 -04:00
disable nix CI for now
This commit is contained in:
parent
f208a87eb8
commit
55a5d1ed88
1 changed files with 0 additions and 14 deletions
14
.github/workflows/nix.yml
vendored
14
.github/workflows/nix.yml
vendored
|
|
@ -1,14 +0,0 @@
|
||||||
name: "nix"
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
jobs:
|
|
||||||
tests:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout tree
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
- uses: cachix/install-nix-action@v30
|
|
||||||
- run: nix develop -L .# -c dune build @runtest @check
|
|
||||||
Loading…
Add table
Reference in a new issue