We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6aff9 commit 2a2c568Copy full SHA for 2a2c568
.github/workflows/release-test.yml
@@ -37,20 +37,17 @@ jobs:
37
sdk: ['stable', '2.14', 'beta']
38
platform: ['vm', 'node']
39
exclude:
40
- # skip test for beta
41
- - sdk: 'beta'
42
- os: macos-latest
43
44
- os: windows-latest
45
- sdk: 'beta'
46
platform: 'node'
47
- # Skip node platform
48
- - platform: 'node'
+ - os: windows-latest
+ sdk: 'beta'
49
sdk: '2.14'
50
51
+ platform: 'node'
+ - os: macos-latest
52
53
54
runs-on: ${{ matrix.os }}
55
steps:
56
- uses: actions/checkout@v4
0 commit comments