Skip to content

Commit

Permalink
added test nix-shell run
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Jan 7, 2025
1 parent ba0a566 commit 3d7b91f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-fetchlocal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ jobs:
nix-shell ./inst/extdata/default.nix --run "Rscript -e \"library(rix);rix('4.3.1', local_r_pkgs = 'chronicler_0.2.1.tar.gz', project_path = '.', overwrite = TRUE)\""
- name: Build default.nix
run: nix-build
run: nix-build

- name: Try running the shell
run: nix-shell --run "echo OK"
5 changes: 4 additions & 1 deletion .github/workflows/test-rix-git_pkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ jobs:
run: cat default.nix

- name: Build default.nix
run: nix-build
run: nix-build

- name: Try running the shell
run: nix-shell --run "echo OK"
5 changes: 4 additions & 1 deletion .github/workflows/test-rix-rpkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ jobs:
run: cat default.nix

- name: Build default.nix
run: nix-build
run: nix-build

- name: Try running the shell
run: nix-shell --run "echo OK"
5 changes: 4 additions & 1 deletion .github/workflows/test-rix-rstudio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ jobs:
run: cat default.nix

- name: Build default.nix
run: nix-build
run: nix-build

- name: Try running the shell
run: nix-shell --run "echo OK"
5 changes: 4 additions & 1 deletion .github/workflows/test-rix-sys-tex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ jobs:
run: cat default.nix

- name: Build default.nix
run: nix-build
run: nix-build

- name: Try running the shell
run: nix-shell --run "echo OK"

0 comments on commit 3d7b91f

Please sign in to comment.