Skip to content

Commit

Permalink
Merge pull request #541 from hazelops/IZE-721-e-2-e-test-bastion-macos
Browse files Browse the repository at this point in the history
Enable MacOS in e2e bastion test
  • Loading branch information
kobrikx authored Nov 16, 2022
2 parents 501eba9 + 6cef033 commit 7505d35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run.e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os:
- ubuntu-latest
# TODO: re-enable other platforms after Ubuntu is working fine
# - macos-latest
- macos-latest
# - windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- ubuntu-latest
# TODO: re-enable other platforms after Ubuntu is working fine
# - windows-latest
# - macos-latest
- macos-latest
runs-on: ${{ matrix.os }}
env:
IZE_EXAMPLES_PATH: ${{ github.workspace }}/examples/bastion-tunnel-monorepo
Expand Down Expand Up @@ -160,10 +160,10 @@ jobs:
run: |
ssh-keygen -q -f ~/.ssh/id_rsa -t rsa -N ''
ssh-keygen -q -f ~/.ssh/id_rsa_tunnel_test -t rsa -N ''
chmod 600 /home/runner/.ssh/id_rsa_tunnel_test
chmod 600 /home/runner/.ssh/id_rsa_tunnel_test.pub
cat /home/runner/.ssh/id_rsa_tunnel_test.pub
ls -ld /home/runner/.ssh/*
chmod 600 ~/.ssh/id_rsa_tunnel_test
chmod 600 ~/.ssh/id_rsa_tunnel_test.pub
cat ~/.ssh/id_rsa_tunnel_test.pub
ls -ld ~/.ssh/*
- name: Run Tests
run: |
Expand Down

0 comments on commit 7505d35

Please sign in to comment.