This repository was archived by the owner on Jun 4, 2025. It is now read-only.
Commit 15899f2
authored
chore: fix CI workflows (#527)
* chore: tmp
testing to see if changes in #517 break CI workflows, or if they're already broken
* chore: attempt to fix ci runs
see https://playwright.dev/docs/cli\#install-system-dependencies
* fix: github workflow syntax
* chore: ensure concurrency on branch name
* chore: update actions
* fix: don't fail-fast for matrix failures
* chore: attempt to remove GabrielBB/xvfb-action
some steps are showing the following failure on github:
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action
see https://github.com/SgtPooki/js-ipfs-examples/actions/runs/3245100955
* chore: remove gabriel/xvfb-action for good
* chore: add xvfb-maybe to run-in-electron
* chore: move xvfb-maybe to devDeps
* fix: don't overwrite promises that are being awaited
* chore(tmp): disable all but browser-service-worker tests
* fix(browser-service-worker): move initial page.goto inside test
* fix(browser-service-worker): increase test timeout
* fix(test-util-ipfs-example.servers): stop instead of close
* fix(test-util-ipfs-example.servers): allow server stop from tests
remove waitForSelectors and ensure service worker response is done before checking for text
debugging: query /view directly
this removes the need for playwright navigating iframes and still utilizes the serviceWorker in the test
* chore: cleanup browser-service-worker test
* Revert "chore(tmp): disable all but browser-service-worker tests"
This reverts commit 76a94cccc775e4ab6ac44c0303290701c423b79e.
* chore: remove test-pr-workflows from push target1 parent 8824d9c commit 15899f2
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments