Skip to content

Commit 06f74d0

Browse files
committed
Add dummy buildPhase for wp2staticCheck
Otherwise check passes but om ci fails
1 parent c44fc3e commit 06f74d0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,12 @@
7373

7474
nativeBuildInputs = [ bash php ];
7575

76-
doBuild = false;
7776
doCheck = true;
7877

78+
buildPhase = ''
79+
mkdir -p $out
80+
'';
81+
7982
checkPhase = ''
8083
TMPDIR="$(realpath ./tmp)"
8184
mkdir -p "$TMPDIR"

0 commit comments

Comments
 (0)