File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,21 @@ concurrency:
1616
1717jobs :
1818 test :
19- strategy :
20- fail-fast : false
21- matrix :
22- three-version : ['0.159.0', '0.180.0', 'latest']
23- # 0.159.0 is mandatory; others are informational
24- continue-on-error : ${{ matrix.three-version != '0.159.0' }}
2519 runs-on : ubuntu-latest
2620 container :
2721 image : ghcr.io/pmndrs/playwright:drei
2822 credentials :
2923 username : ${{ github.actor }}
3024 password : ${{ secrets.GITHUB_TOKEN }}
25+
26+ # 0.159.0 is mandatory; others are informational
27+ strategy :
28+ fail-fast : false
29+ matrix :
30+ three-version : ['0.159.0', '0.180.0', 'latest']
31+ continue-on-error : ${{ matrix.three-version != '0.159.0' }}
32+ name : test (w/ three@${{ matrix['three-version'] }})
33+
3134 steps :
3235 - uses : actions/checkout@v4
3336 - run : corepack enable
You can’t perform that action at this time.
0 commit comments