Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jan 17, 2025
1 parent eeafec5 commit ba056a8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/a.yml → .github/workflows/pit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
name: Run PiT
on:
workflow_dispatch:
inputs:
version:
description: 'Version'
required: false
type: string
starters:
description: 'Starters to run, separated by comma'
required: false
type: string
skipcurrent:
description: 'Skip running tests in current version'
required: false
type: boolean
default: false
skipdev:
description: 'Skip running tests in dev mode'
required: false
type: boolean
default: false
debug:
description: 'Be verbose when running PiT steps'
required: false
type: boolean
default: false
push:
jobs:
run:
Expand Down Expand Up @@ -34,6 +58,13 @@ jobs:
run: |
set
./scripts/pit/run.sh --starter=control-center
- if: ${{ always()}}
uses: actions/upload-artifact@v4
with:
name: outputs
path: tmp/**/*.out
if-no-files-found: ignore
retention-days: 2



0 comments on commit ba056a8

Please sign in to comment.