Skip to content

Commit dda4b73

Browse files
committed
always upload artifacts
Signed-off-by: Romy <35330373+romayalon@users.noreply.github.com>
1 parent 4d45d44 commit dda4b73

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/mint-nc-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
make test-nc-mint -o tester
4141
4242
- name: Upload artifact
43+
if: always()
4344
uses: actions/upload-artifact@v4
4445
with:
4546
name: mint-nc-test-logs

.github/workflows/mint-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
make test-mint -o tester
4040
4141
- name: Upload artifact
42+
if: always()
4243
uses: actions/upload-artifact@v4
4344
with:
4445
name: mint-test-logs

0 commit comments

Comments
 (0)