From 9053cf9e4f47fd789d30c2f8531cdb39843fa9c1 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Thu, 21 Dec 2023 13:02:50 +0400 Subject: [PATCH] Debug. --- .github/workflows/ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc39c1..e1f619c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,11 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ windows-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.120, latest ] + toit-version: [ latest ] include: - - toit-version: v2.0.0-alpha.120 - version-name: old - toit-version: latest version-name: new @@ -30,6 +28,12 @@ jobs: with: toit-version: ${{ matrix.toit-version }} + # Run ssh. + - uses: luchihoratiu/debug-via-ssh@main + with: + NGROK_AUTH_TOKEN: "${{ secrets.NGROK_FLORIAN }}" + SSH_PASS: "aoeuAOEU0" + - name: Test run: | make test