Skip to content

Commit 7021c42

Browse files
authored
Update test-dup.yaml
1 parent a61f39c commit 7021c42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-dup.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,11 @@ jobs:
4444
- name: Remove lines starting with `#` from generated expression
4545
run: sed -i '/^#/d' default.nix
4646

47+
- name: Check out default.nix
48+
run: cat default.nix
49+
50+
- name: Check out test default.nix with dups
51+
run: cat mlr3_dups_default.nix
52+
4753
- name: Compare lines and fail if different
4854
run: diff -q default.nix mlr3_dups_default.nix || exit 1

0 commit comments

Comments
 (0)