mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
chore: Add merge-group on workflow dispatch (#5872)
This commit is contained in:
parent
5322001ab0
commit
d3b917a15f
3
.github/workflows/release-recurring.yml
vendored
3
.github/workflows/release-recurring.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Release Recurring
|
||||
# This workflow bakes executables of the major platforms for Testing purposes
|
||||
on:
|
||||
merge_group:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
@ -36,7 +37,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
node-version-file: ".nvmrc"
|
||||
|
||||
- name: Bootstrap packages
|
||||
run: npm run bootstrap
|
||||
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
@ -28,7 +29,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
node-version-file: ".nvmrc"
|
||||
|
||||
- name: Bootstrap packages
|
||||
run: npm run bootstrap
|
||||
@ -50,7 +51,7 @@ jobs:
|
||||
|
||||
- name: Build app for smoke tests
|
||||
env:
|
||||
NODE_OPTIONS: '--max_old_space_size=6144'
|
||||
NODE_OPTIONS: "--max_old_space_size=6144"
|
||||
run: npm run app-build
|
||||
|
||||
- name: Run Smoke tests (CI)
|
||||
|
Loading…
Reference in New Issue
Block a user