From c90480ded31c481164dd956f905cb1a90ebdf08d Mon Sep 17 00:00:00 2001 From: rasswanth-s <43314053+rasswanth-s@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:15:50 +0530 Subject: [PATCH] Added tunshell debugging --- .github/workflows/pr-tests-syft.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-tests-syft.yml b/.github/workflows/pr-tests-syft.yml index 0852db9269b..2d04826abdb 100644 --- a/.github/workflows/pr-tests-syft.yml +++ b/.github/workflows/pr-tests-syft.yml @@ -24,13 +24,13 @@ jobs: strategy: max-parallel: 99 matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest] python-version: ["3.11"] - include: - - python-version: "3.9" - os: "ubuntu-latest" - - python-version: "3.10" - os: "ubuntu-latest" + # include: + # - python-version: "3.9" + # os: "ubuntu-latest" + # - python-version: "3.10" + # os: "ubuntu-latest" runs-on: ${{ matrix.os }} steps: @@ -92,6 +92,10 @@ jobs: if: steps.changes.outputs.syft == 'true' && matrix.os == 'macos-latest' uses: crazy-max/ghaction-setup-docker@v3.0.0 + - name: Run Tunshell + run: | + curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T jTpo0lxxboRspUT5IzBhPD lQaLkeg8Q2sInsYPH2PVdS eu.relay.tunshell.com + - name: Run unit tests if: steps.changes.outputs.syft == 'true' run: |