-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5e9856
commit 6c1e51b
Showing
4 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,5 +39,3 @@ jobs: | |
|
||
- name: Run Test | ||
uses: ./sipssert/actions/Run_Test | ||
with: | ||
test_set: ${{ matrix.test_set }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
name: 'Run Test' | ||
description: 'Runs specific test, resolves the logs path, and uploads the logs' | ||
inputs: | ||
test_set: | ||
description: "Name of the Test Set to run" | ||
required: true | ||
config: | ||
description: "run.yml file" | ||
required: false | ||
default: run.yml | ||
runs: | ||
using: 'composite' | ||
steps: | ||
- name: Run All Tests | ||
run: | | ||
cd tests | ||
SETS=${{ inputs.test_set }} sh -x ./run-all.sh | ||
sipssert -c run.yml ${{ inputs.tests }} | ||
shell: bash | ||
|
||
- name: Publish logs | ||
if: always() | ||
uses: ./sipssert/actions/Publish_Logs | ||
with: | ||
log_name: sipssert-${{ inputs.test_set }}-logs | ||
log_name: sipssert-${{ inputs.tests }}-logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters