Skip to content

Commit 2121a15

Browse files
committed
Debug win
1 parent 39c57ac commit 2121a15

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,23 @@ jobs:
2424
build:
2525
strategy:
2626
matrix:
27-
os: [ ubuntu-latest, windows-latest, macos-latest ]
27+
os: [windows-latest ]
2828
# The versions should contain (at least) the lowest requirement
2929
# and a version that is more up to date.
30-
toit-version: [ v2.0.0-alpha.120, latest ]
30+
toit-version: [ v2.0.0-alpha.120 ] #, latest ]
3131
include:
3232
- toit-version: v2.0.0-alpha.120
3333
version-name: old
34-
- toit-version: latest
35-
version-name: new
34+
# - toit-version: latest
35+
# version-name: new
3636

3737
name: CI - ${{ matrix.os }} - ${{ matrix.version-name }}
3838

3939
runs-on: ${{ matrix.os }}
4040

4141
steps:
42-
- uses: actions/checkout@v3
43-
44-
- uses: toitlang/action-setup@v1
42+
# Run ssh.
43+
- uses: luchihoratiu/debug-via-ssh@main
4544
with:
46-
toit-version: ${{ matrix.toit-version }}
47-
48-
- name: Test
49-
run: |
50-
make test
45+
NGROK_AUTH_TOKEN: "${{ secrets.NGROK_FLORIAN }}"
46+
SSH_PASS: "aoeuAOEU0"

0 commit comments

Comments
 (0)