File tree Expand file tree Collapse file tree 2 files changed +6
-34
lines changed
Expand file tree Collapse file tree 2 files changed +6
-34
lines changed Original file line number Diff line number Diff line change 6363 # - run: npm run build
6464 - run : npx playwright install-deps
6565 - run : npx playwright install
66- - run : npx playwright test -- --shard=${{matrix.shard}}/8
66+ - run : npx playwright test
6767 env :
6868 CI : true
6969 - name : Push test report to artifacts
Original file line number Diff line number Diff line change 1818# # handy version incrementing which is useful for us.
1919
2020on :
21- push :
22- branches : [main]
21+ push :
22+ branches : [main]
2323
2424permissions :
25- contents : write
26- pull-requests : write
25+ contents : write
26+ pull-requests : write
2727
2828name : Release Please
2929
3838 release-type : node
3939 token : ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
4040 package-name : " @googlemaps-samples/js-api-samples"
41- bump-minor-pre-major : true
42-
43- - if : ${{ steps.release.outputs.release_created }}
44- name : Checkout
45- uses : actions/checkout@v3
46-
47- - if : ${{ steps.release.outputs.release_created }}
48- name : Setup Node
49- uses : actions/setup-node@v3
50- with :
51- node-version : 20
52- cache : ' npm' # Cache node_modules
53-
54- - if : ${{ steps.release.outputs.release_created }}
55- name : Install Dependencies
56- run : npm ci
57-
58- - if : ${{ steps.release.outputs.release_created }}
59- name : Build
60- run : npm run build
61-
62- - if : ${{ steps.release.outputs.release_created }}
63- name : Update dist
64- run : |
65- git config --global user.name 'googlemaps-bot'
66- git config --global user.email '[email protected] ' 67- git add dist
68- git commit -m "chore: update dist folder [skip ci]" || true
69- git push origin
41+ bump-minor-pre-major : true
7042
7143 # Upload /dist to the Cloud bucket.
7244 - if : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments