Changeset: 3d976d5afc4a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3d976d5afc4a
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
fix workflow
diffs (17 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -57,9 +57,8 @@ jobs:
#cmake --build . --target mtest
PATH=$HOME/${{ matrix.branch }}/bin:$PATH $HOME/${{ matrix.branch
}}/bin/Mtest.py -r --debug=0
ls $HOME/${{ matrix.branch }}/mTests/times.lst
- - name: Results
+ - name: Publish mtest results
uses: actions/upload-artifact@v3
- name: Publish mtest results
- with:
- name: mtest-${{ matrix.branch }}
- path: ${{ matrix.branch }}/mTests
+ with:
+ name: mtest-${{ matrix.branch }}
+ path: ${{ matrix.branch }}/mTests
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]