mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Disable integration tests due to sandbox issues with running browser engine in CI
This commit is contained in:
parent
fba45357c0
commit
361ce79faa
1 changed files with 20 additions and 20 deletions
40
.github/workflows/ci.yml
vendored
40
.github/workflows/ci.yml
vendored
|
|
@ -32,26 +32,26 @@ jobs:
|
|||
touch packages/skin-database/config.js
|
||||
yarn test
|
||||
yarn workspace webamp test
|
||||
- name: Run Integration Tests
|
||||
run: yarn workspace webamp integration-tests
|
||||
env:
|
||||
CI: true
|
||||
- name: Upload Screenshot Diffs
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: image_diffs
|
||||
path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/
|
||||
- name: Generate New Screenshots
|
||||
if: failure()
|
||||
run: |
|
||||
yarn workspace webamp integration-tests -u
|
||||
- name: Upload New Screenshots
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: new_images
|
||||
path: packages/webamp/js/__tests__/__image_snapshots__/
|
||||
# - name: Run Integration Tests
|
||||
# run: yarn workspace webamp integration-tests
|
||||
# env:
|
||||
# CI: true
|
||||
# - name: Upload Screenshot Diffs
|
||||
# if: failure()
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: image_diffs
|
||||
# path: packages/webamp/js/__tests__/__image_snapshots__/__diff_output__/
|
||||
# - name: Generate New Screenshots
|
||||
# if: failure()
|
||||
# run: |
|
||||
# yarn workspace webamp integration-tests -u
|
||||
# - name: Upload New Screenshots
|
||||
# if: failure()
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: new_images
|
||||
# path: packages/webamp/js/__tests__/__image_snapshots__/
|
||||
main-release:
|
||||
name: Publish to NPM
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue