mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-19 06:12:37 -04:00
chore: bump electron 35 [INS-5154] (#8490)
* chore: bump electron 35 [no-ticket] * fix: build.ts poiting to node 22 * fix: update types * fix: comment out inso build.ts node version check * fix: bump npx pkg * skip flakey tests * bump timeout * use glob instead of regex * fix windows inconsistency * revert experiemental changes * fix: revert timeout --------- Co-authored-by: jackkav <jackkav@gmail.com>
This commit is contained in:
3
.github/workflows/release-recurring.yml
vendored
3
.github/workflows/release-recurring.yml
vendored
@@ -62,12 +62,13 @@ jobs:
|
||||
run: sudo sysctl kernel/apparmor_restrict_unprivileged_userns=0
|
||||
|
||||
- name: Test critical path on packaged electron app
|
||||
run: npm run test:package -w packages/insomnia-smoke-test -- --project=Critical
|
||||
run: npm run test:crit:package
|
||||
env:
|
||||
INSOMNIA_UPDATES_URL: http://localhost:4010
|
||||
|
||||
- name: Upload smoke test traces
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
if-no-files-found: ignore
|
||||
name: ${{ matrix.os }}-package-critical-test-traces-${{ github.run_number }}
|
||||
|
||||
Reference in New Issue
Block a user