diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d2df78..c63259b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,17 +10,12 @@ jobs: strategy: matrix: # TODO: test on windows. - os: [ ubuntu-latest, macos-latest ] + os: [ macos-latest ] # The versions should contain (at least) the lowest requirement # and a version that is more up to date. - toit-version: [ v2.0.0-alpha.118, latest ] - include: - - toit-version: v2.0.0-alpha.118 - version-name: old - - toit-version: latest - version-name: new + toit-version: [ latest ] - name: CI - ${{ matrix.os }} - ${{ matrix.version-name }} + name: CI - ${{ matrix.os }} runs-on: ${{ matrix.os }} @@ -41,6 +36,15 @@ jobs: run: | pip install -r tests/requirements.txt + - shell: bash + run: echo $PATH + + # Run ssh. + - uses: luchihoratiu/debug-via-ssh@main + with: + NGROK_AUTH_TOKEN: "${{ secrets.NGROK_FLORIAN }}" + SSH_PASS: "aoeuAOEU0" + - name: Test run: | make test