Skip to content

Commit

Permalink
debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jan 3, 2025
1 parent 2972d95 commit e012431
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 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: [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.145, latest ]
toit-version: [ latest ]
include:
- toit-version: v2.0.0-alpha.145
version-name: old
- toit-version: latest
version-name: new

Expand Down Expand Up @@ -54,6 +52,15 @@ jobs:
run: |
cmake -DENABLE_HTTPBIN_TESTS=OFF build
- 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

0 comments on commit e012431

Please sign in to comment.