-
Notifications
You must be signed in to change notification settings - Fork 415
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
7f33f0b
commit 1b59ce8
Showing
2 changed files
with
3 additions
and
21 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 |
---|---|---|
|
@@ -116,24 +116,6 @@ jobs: | |
- name: Disk space cleanup | ||
uses: jlumbroso/[email protected] | ||
|
||
- name: Start summary | ||
id: print-test | ||
run: | | ||
echo "## nf-test tests summary :rocket:" >> $GITHUB_STEP_SUMMARY | ||
echo "" >> $GITHUB_STEP_SUMMARY | ||
echo "This \`${{ matrix.filter }}\` ${{ matrix.shard }}/5 shard was run on \`${{ matrix.profile }}\` | \`NXF_VER=${{ matrix.NXF_VER }}\`, and contains the following test(s):" >> $GITHUB_STEP_SUMMARY | ||
echo "" >> $GITHUB_STEP_SUMMARY | ||
nf-test test \ | ||
--ci \ | ||
--dryRun \ | ||
--junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \ | ||
--shard ${{ matrix.shard }}/5 \ | ||
--changed-since HEAD^ \ | ||
--follow-dependencies \ | ||
--profile "+${{ matrix.profile }}" \ | ||
--filter ${{ matrix.filter }} \ | ||
| grep PASSED | cut -d "'" -f 2 | sed 's/^/- /' | sort -u >> $GITHUB_STEP_SUMMARY | ||
- name: "Run tests | ${{ matrix.filter }}_${{ matrix.profile }} | ${{ matrix.shard }}/5" | ||
run: | | ||
nf-test test \ | ||
|
@@ -151,7 +133,7 @@ jobs: | |
uses: actions/upload-artifact@v3 | ||
if: always() # always run even if the previous step fails | ||
with: | ||
name: nf-test-test-results | ||
name: "nf-test-test-results-${{ matrix.filter }}-${{ matrix.profile }}_${{ matrix.shard }}" | ||
path: "TEST-*.xml" | ||
retention-days: 1 | ||
|
||
|
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