summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:32:11 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:32:11 +0100
commit6de2292e6b0473a44280b31befd3117535582ca1 (patch)
tree8c2ebcc7d5656bbbe931ae5cde8544203b4be9c8
parent4f560888e5892dca3ec6067c75951b13496da615 (diff)
downloadnet-ssh-6de2292e6b0473a44280b31befd3117535582ca1.tar.gz
Debug
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9314adb..0c83867 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,6 +42,9 @@ jobs:
python -m pip install --upgrade pip
pip install ansible urllib3 pyOpenSSL ndg-httpsclient pyasn1
ansible-galaxy install rvm.ruby
+ pwd
+ uname -a
+ export
ansible-playbook ./test/integration/playbook.yml -i "localhost," --become -c local -e 'no_rvm=true'
- name: Run Tests
run: bundle exec rake test