File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,17 @@ jobs:
5050 with :
5151 go-version : ' 1.21'
5252
53- - name : Test backend
54- if : steps.check-for-backend.outputs.has-backend == 'true'
55- uses : magefile/mage-action@v2
56- with :
57- version : latest
58- args : coverage
59- env :
60- ALIBABACLOUD_ACCESS_KEY_ID : ${{ secrets.ALIBABACLOUD_ACCESS_KEY_ID }}
61- ALIBABACLOUD_ACCESS_KEY_SECRET : ${{ secrets.ALIBABACLOUD_ACCESS_KEY_SECRET }}
62- MAXCOMPUTE_ENDPOINT : ${{ secrets.MAXCOMPUTE_ENDPOINT }}
63- MAXCOMPUTE_PROJECT : ${{ secrets.MAXCOMPUTE_PROJECT }}
53+ # - name: Test backend
54+ # if: steps.check-for-backend.outputs.has-backend == 'true'
55+ # uses: magefile/mage-action@v2
56+ # with:
57+ # version: latest
58+ # args: coverage
59+ # env:
60+ # ALIBABACLOUD_ACCESS_KEY_ID: ${{ secrets.ALIBABACLOUD_ACCESS_KEY_ID }}
61+ # ALIBABACLOUD_ACCESS_KEY_SECRET: ${{ secrets.ALIBABACLOUD_ACCESS_KEY_SECRET }}
62+ # MAXCOMPUTE_ENDPOINT: ${{ secrets.MAXCOMPUTE_ENDPOINT }}
63+ # MAXCOMPUTE_PROJECT: ${{ secrets.MAXCOMPUTE_PROJECT }}
6464
6565 - name : Build backend
6666 if : steps.check-for-backend.outputs.has-backend == 'true'
Original file line number Diff line number Diff line change 1212 - name : Setup Node.js environment
1313 uses : actions/setup-node@v3
1414 with :
15- node-version : ' 18 '
15+ node-version : ' 20 '
1616 cache : ' pnpm'
1717 - name : Install dependencies
1818 run : pnpm install --frozen-lockfile --prefer-offline
Original file line number Diff line number Diff line change 11{
22 "name" : " maxcompute-datasource" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3-beta " ,
44 "description" : " " ,
55 "scripts" : {
66 "build" : " webpack -c ./.config/webpack/webpack.config.ts --env production" ,
You can’t perform that action at this time.
0 commit comments