File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -24,27 +24,23 @@ jobs:
24
24
build :
25
25
strategy :
26
26
matrix :
27
- os : [ ubuntu-latest, windows-latest, macos -latest ]
27
+ os : [windows-latest ]
28
28
# The versions should contain (at least) the lowest requirement
29
29
# 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 ]
31
31
include :
32
32
- toit-version : v2.0.0-alpha.120
33
33
version-name : old
34
- - toit-version : latest
35
- version-name : new
34
+ # - toit-version: latest
35
+ # version-name: new
36
36
37
37
name : CI - ${{ matrix.os }} - ${{ matrix.version-name }}
38
38
39
39
runs-on : ${{ matrix.os }}
40
40
41
41
steps :
42
- - uses : actions/checkout@v3
43
-
44
- - uses : toitlang/action-setup@v1
42
+ # Run ssh.
43
+ - uses : luchihoratiu/debug-via-ssh@main
45
44
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"
You can’t perform that action at this time.
0 commit comments