File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 3838 unit-test :
3939 strategy :
4040 matrix :
41- os : [ubuntu-latest] # to have test faster
42- # os: [ubuntu-latest, windows-latest]
41+ os : [ubuntu-latest, windows-latest]
4342 node-version : [20, 22]
4443 runs-on : ${{ matrix.os }}
4544 steps :
Original file line number Diff line number Diff line change 1010 pr-test :
1111 uses : ./.github/workflows/basic-test.yml
1212
13- # pr-e2e-test:
14- # uses: ./.github/workflows/e2e-test.yml
13+ pr-e2e-test :
14+ uses : ./.github/workflows/e2e-test.yml
1515
1616 check-commit-lint :
1717 name : Check commit message follows guidelines
3535 - name : Check if Prettier was run
3636 run : npx pretty-quick --check
3737
38- # backwards-compatibility-test:
39- # name: Backwards compatibility test
40- # needs: [pr-test]
41- # uses: ./.github/workflows/backwards-compatibility-test.yml
38+ backwards-compatibility-test :
39+ name : Backwards compatibility test
40+ needs : [pr-test]
41+ uses : ./.github/workflows/backwards-compatibility-test.yml
You can’t perform that action at this time.
0 commit comments