File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 55 ci :
66 strategy :
77 matrix :
8- node-version : [22, 24 ]
8+ node-version : [22, 23, '24.0' ]
99 os : [ubuntu-latest]
1010 runs-on : ${{matrix.os}}
1111 timeout-minutes : 10
3131 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
3232 - name : Install dependencies
3333 run : pnpm install
34+ # - name: Let's pause to debug...
35+ # uses: fawazahmed0/action-debug-vscode@main
3436 - name : Run Tests
35- run : pnpm run test
37+ shell : bash
38+ run : |
39+ for i in $(seq 1 25); do
40+ pnpm run test
41+ done
Original file line number Diff line number Diff line change 3131 "homepage" : " https://github.com/platformatic/php#readme" ,
3232 "dependencies" : {
3333 "@fastify/static" : " ^8.2.0" ,
34- "@platformatic/php-node" : " ^1.0.3 " ,
34+ "@platformatic/php-node" : " ^1.0.4-dev " ,
3535 "@platformatic/service" : " ^2.63.3" ,
3636 "json-schema-to-typescript" : " ^15.0.4"
3737 },
You can’t perform that action at this time.
0 commit comments