mirror of
https://github.com/DeterminateSystems/flake-checker.git
synced 2024-11-22 12:12:05 +03:00
Fix path of test flake.lock in CI
This commit is contained in:
parent
8e7089c7ce
commit
f8abcfa1ca
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
nix develop -c \
|
||||
cargo run -- \
|
||||
--condition "supportedRefs.contains(gitRef) && numDaysOld < 30 && owner == 'NixOS'" \
|
||||
./tests/flake.cel.clean.0.lock
|
||||
./tests/flake.cel.0.lock
|
||||
|
||||
check-flake-dirty:
|
||||
name: Check flake.lock test (dirty 😈)
|
||||
|
@ -172,7 +172,7 @@ mod test {
|
||||
|
||||
let supported_refs: Vec<String> =
|
||||
serde_json::from_str(include_str!("../allowed-refs.json")).unwrap();
|
||||
let path = PathBuf::from("tests/flake.cel.lock");
|
||||
let path = PathBuf::from("tests/flake.cel.0.lock");
|
||||
|
||||
for (condition, expected) in cases {
|
||||
let flake_lock = FlakeLock::new(&path).unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user