summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 16:07:31 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 16:07:31 +0100
commit734300b71c121585eb682eb80fc4c66e23ee84db (patch)
tree3257c4e5e4aa74a0f85efb247c110583b1bf276d /.github
parent1170d53681fccdbc0e4c48c78c5ca0b003db2e04 (diff)
downloadnet-ssh-734300b71c121585eb682eb80fc4c66e23ee84db.tar.gz
Run integration tests and rubocop
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5205be9..afbea09 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,8 +49,15 @@ jobs:
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
+ env:
+ NET_SSH_RUN_INTEGRATION_TESTS: 1
+ - name: Run Tests (without ed25519)
run: bundle exec rake test
env:
BUNDLE_GEMFILE: ./Gemfile.noed25519
+ NET_SSH_RUN_INTEGRATION_TESTS: 1
+ - name: Run test helper test
+ run: bundle exec rake test_test
+ - name: Rubocop
+ run: bundle exec rubocop
\ No newline at end of file