Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Dec 21, 2023
1 parent b5bf976 commit 9053cf9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 9053cf9

Please sign in to comment.