summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:38:54 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:38:54 +0100
commit1170d53681fccdbc0e4c48c78c5ca0b003db2e04 (patch)
tree1c8229e7299a6700d8c2f18a40817483d9f67fe6 /.github
parent6de2292e6b0473a44280b31befd3117535582ca1 (diff)
downloadnet-ssh-1170d53681fccdbc0e4c48c78c5ca0b003db2e04.tar.gz
Ansible test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0c83867..5205be9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,8 @@ jobs:
pwd
uname -a
export
- ansible-playbook ./test/integration/playbook.yml -i "localhost," --become -c local -e 'no_rvm=true'
+ who am i
+ ansible-playbook ./test/integration/playbook.yml -i "localhost," --become -c local -e 'no_rvm=true' -e 'myuser=runner' -e 'mygroup=runner' -e 'homedir=/home/runner'
- name: Run Tests
run: bundle exec rake test
- name: Run Tests