Skip to content

Commit

Permalink
Merge pull request #43 from Appsilon/fix/molecule-test-failure
Browse files Browse the repository at this point in the history
fix(ci): add missing yml for molecule
  • Loading branch information
koralowiec authored Feb 12, 2024
2 parents 937b51c + a834ffc commit b707abf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,3 @@ dmypy.json

# Pyre type checker
.pyre/
./tests
10 changes: 10 additions & 0 deletions tests/vars/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# vars file
---
rstudio_connect_install: []
rstudio_connect_config:
R:
ExecutableSystemScanning: true
HTTP:
Listen: :{{ rstudio_connect_www_port }}
Authentication:
Provider: "password"

0 comments on commit b707abf

Please sign in to comment.