summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 16:37:07 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 16:37:07 +0100
commit258e3dcc9e342e0f7a2efc2408adf0028a150398 (patch)
tree3214f1fd6ea00f182a56495fe925c77173059567
parent23baad5a1197f718dbc2d2c846d87591f8f56055 (diff)
downloadnet-ssh-258e3dcc9e342e0f7a2efc2408adf0028a150398.tar.gz
disable int tests
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a873aac..39b6a92 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
- name: Add to etc/hosts
run: |
- sudo echo "127.0.0.1 gateway.netssh" | sudo tee -a /etc/hosts
+ sudo echo "127.0.0.1 gateway.netssh" | sudo tee -a /etc/hosts
- name: Ansible install
run: |
python -m pip install --upgrade pip
@@ -61,12 +61,12 @@ jobs:
- name: Run Tests
run: bundle exec rake test
env:
- NET_SSH_RUN_INTEGRATION_TESTS: 1
+ NET_SSH_RUN_INTEGRATION_TESTS_DISABLED: 1
- name: Run Tests (without ed25519)
run: bundle exec rake test
env:
BUNDLE_GEMFILE: ./Gemfile.noed25519
- NET_SSH_RUN_INTEGRATION_TESTS: 1
+ NET_SSH_RUN_INTEGRATION_TESTS_DISABLED: 1
- name: Run test helper test
run: bundle exec rake test_test
- name: Rubocop