Skip to content

Commit

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

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

0 comments on commit 500d960

Please sign in to comment.