Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungstudios committed Oct 14, 2024
1 parent f5ca1c4 commit 31ff643
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/resources/functions/nvm/runners.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
os = "ubuntu-24.04"
image = "phusion/baseimage:jammy-1.0.4"

setup-tag = "setup-bashrc"

[case.default]

[case.default.test]
Expand Down
8 changes: 8 additions & 0 deletions test/resources/functions/nvm/test_config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[ run_command ]
tags = ["setup-bashrc"]
options = [
"bash",
"-ceu",
"touch -a ~/.bashrc"
]

[ nvm ]
options = []

Expand Down

0 comments on commit 31ff643

Please sign in to comment.