Skip to content

Commit 2bf367c

Browse files
authored
Add steps to check out default.nix files
Added steps to check out and display contents of default.nix and mlr3_default.nix.
1 parent 7021c42 commit 2bf367c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-dedup.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
run: |
4242
wget -O mlr3_default.nix https://raw.githubusercontent.com/ropensci/rix/refs/heads/main/tests/testthat/testdata/remote-pkgs/mlr3_default.nix
4343
44+
- name: Check out default.nix
45+
run: cat default.nix
46+
47+
- name: Check out test default.nix without dups
48+
run: cat mlr3_default.nix
49+
4450
- name: Remove lines starting with `#` from generated expression
4551
run: sed -i '/^#/d' default.nix
4652

0 commit comments

Comments
 (0)