mirror of
https://github.com/emacs-twist/org-babel.git
synced 2025-03-15 13:07:42 +00:00
ci: Set --no-write-lock-file to prevent failure
This commit is contained in:
parent
194dfb857f
commit
17988c8968
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -29,5 +29,5 @@ jobs:
|
||||||
- name: Test parameter parsing
|
- name: Test parameter parsing
|
||||||
run: nix-instantiate --eval --strict test/testParams.nix
|
run: nix-instantiate --eval --strict test/testParams.nix
|
||||||
- name: Check the derivation
|
- name: Check the derivation
|
||||||
run: nix flake check --override-input org-babel ..
|
run: nix flake check --no-write-lock-file --override-input org-babel "path:$PWD/.."
|
||||||
working-directory: test
|
working-directory: test
|
||||||
|
|
Loading…
Add table
Reference in a new issue