Skip to content

Commit

Permalink
Update regression.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Dec 22, 2023
1 parent 5053061 commit 232f4aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
version:
required: true
type: number
node:
type: number
workflow_dispatch:
inputs:
name:
Expand All @@ -25,6 +27,9 @@ on:
required: true
type: number
description: Stack version
node:
type: number
description: 'Node.js version (default: 16)'

jobs:
test:
Expand All @@ -48,7 +53,7 @@ jobs:
sudo apt-get -qyy clean
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: ${{ github.event.inputs.node || inputs.node || 16 }}
- name: Install Rete QA
run: npm i -g rete-qa rete-kit
- name: Install Playwright Browsers
Expand Down

0 comments on commit 232f4aa

Please sign in to comment.