-
Notifications
You must be signed in to change notification settings - Fork 42
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
5b0d6da
commit 7957237
Showing
4 changed files
with
33 additions
and
35 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
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 |
---|---|---|
|
@@ -193,19 +193,19 @@ jobs: | |
run: rm -rf ./matlab/tests/testdata && rm -rf /tmp/${{ env.SOLNAME }}_profile_prima | ||
|
||
|
||
merge_artifacts: | ||
runs-on: ubuntu-latest | ||
if: always() | ||
needs: test | ||
steps: | ||
- name: Download all workflow run artifacts | ||
uses: actions/[email protected] | ||
- name: Move all artifacts to the current directory | ||
run: ls -al && mv */* ./ && ls -al | ||
- name: Upload all files | ||
uses: actions/[email protected] | ||
with: | ||
name: all | ||
path: ./* | ||
- name: Remove all files | ||
run: ls -al && rm -rf ./* | ||
# merge_artifacts: | ||
# runs-on: ubuntu-latest | ||
# if: always() | ||
# needs: test | ||
# steps: | ||
# - name: Download all workflow run artifacts | ||
# uses: actions/[email protected] | ||
# - name: Move all artifacts to the current directory | ||
# run: ls -al && mv */* ./ && ls -al | ||
# - name: Upload all files | ||
# uses: actions/[email protected] | ||
# with: | ||
# name: all | ||
# path: ./* | ||
# - name: Remove all files | ||
# run: ls -al && rm -rf ./* |
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 |
---|---|---|
|
@@ -189,19 +189,19 @@ jobs: | |
run: bash scripts/check_success_timeout_big_test ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.run_id }} | ||
|
||
|
||
merge_artifacts: | ||
runs-on: ubuntu-latest | ||
if: always() | ||
needs: test | ||
steps: | ||
- name: Download all workflow run artifacts | ||
uses: actions/[email protected] | ||
- name: Move all artifacts to the current directory | ||
run: ls -al && mv */* ./ && ls -al | ||
- name: Upload all files | ||
uses: actions/[email protected] | ||
with: | ||
name: all | ||
path: ./* | ||
- name: Remove all files | ||
run: ls -al && rm -rf ./* | ||
# merge_artifacts: | ||
# runs-on: ubuntu-latest | ||
# if: always() | ||
# needs: test | ||
# steps: | ||
# - name: Download all workflow run artifacts | ||
# uses: actions/[email protected] | ||
# - name: Move all artifacts to the current directory | ||
# run: ls -al && mv */* ./ && ls -al | ||
# - name: Upload all files | ||
# uses: actions/[email protected] | ||
# with: | ||
# name: all | ||
# path: ./* | ||
# - name: Remove all files | ||
# run: ls -al && rm -rf ./* |
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