From 6cef033432f8346e8a2c56f92d168e46bf894f9d Mon Sep 17 00:00:00 2001 From: Dmitry Borisov Date: Wed, 16 Nov 2022 15:24:54 +0300 Subject: [PATCH] Enable MacOS in e2e bastion test --- .github/workflows/run.e2e-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run.e2e-tests.yml b/.github/workflows/run.e2e-tests.yml index 3a3cbbc5..039d02e9 100644 --- a/.github/workflows/run.e2e-tests.yml +++ b/.github/workflows/run.e2e-tests.yml @@ -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: @@ -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 @@ -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: |