Skip to content

Commit

Permalink
Merge pull request mage-os#6 from vpodorozh/integration-tests/add-opt…
Browse files Browse the repository at this point in the history
…ional-input-over-test-directory

Add optional param to run tests over specific directory only.
  • Loading branch information
novikor authored Dec 22, 2023
2 parents 7e29915 + a16c21e commit 062f33c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/full-integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Integration Tests - Full Test Suite
run-name: ${{ github.actor }} is running Full Integration Test Suite
on:
workflow_dispatch: {}
workflow_dispatch:
inputs:
test_directory:
description: 'Test directory to run integration tests'
type: string
required: false

jobs:
call-workflow:
Expand All @@ -11,3 +16,4 @@ jobs:
with:
repository: ${{ github.repository }}
head: ${{ github.sha }}
test_directory: ${{ github.event.inputs.test_directory }}

0 comments on commit 062f33c

Please sign in to comment.