File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -32,26 +32,26 @@ jobs:
3232 touch packages/skin-database/config.js
3333 yarn test
3434 yarn workspace webamp test
35- - name : Run Integration Tests
36- run : yarn workspace webamp integration-tests
37- env :
38- CI : true
39- - name : Upload Screenshot Diffs
40- if : failure()
41- uses : actions/upload-artifact@v4
42- with :
43- name : image_diffs
44- path : packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/
45- - name : Generate New Screenshots
46- if : failure()
47- run : |
48- yarn workspace webamp integration-tests -u
49- - name : Upload New Screenshots
50- if : failure()
51- uses : actions/upload-artifact@v4
52- with :
53- name : new_images
54- path : packages/webamp/js/__tests__/__image_snapshots__/
35+ # - name: Run Integration Tests
36+ # run: yarn workspace webamp integration-tests
37+ # env:
38+ # CI: true
39+ # - name: Upload Screenshot Diffs
40+ # if: failure()
41+ # uses: actions/upload-artifact@v4
42+ # with:
43+ # name: image_diffs
44+ # path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/
45+ # - name: Generate New Screenshots
46+ # if: failure()
47+ # run: |
48+ # yarn workspace webamp integration-tests -u
49+ # - name: Upload New Screenshots
50+ # if: failure()
51+ # uses: actions/upload-artifact@v4
52+ # with:
53+ # name: new_images
54+ # path: packages/webamp/js/__tests__/__image_snapshots__/
5555 main-release :
5656 name : Publish to NPM
5757 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments