Skip to content

Commit

Permalink
xx.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jan 3, 2025
1 parent 2972d95 commit 0eebc14
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 ]
Expand Down Expand Up @@ -54,6 +54,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 0eebc14

Please sign in to comment.