with:
package_path: /tmp/debs/*.deb
mode: --suite fast-test
- - name: Uplaod meson test log if failed
- if: ${{ failure() }}
+ - name: Uplaod meson test log
uses: CODE-Actions/upload-artifact@v2
with:
- name: meson test core dump for Bionic
+ name: meson test log
path:
/__w/NPU_SystemService/NPU_SystemService/build/meson-logs/testlog.txt
- name: Uplaod debian packages
with:
package_path: /tmp/debs/*.deb
mode: --suite fast-test
- - name: Uplaod meson test log if failed
- if: ${{ failure() }}
+ - name: Uplaod meson test log
uses: CODE-Actions/upload-artifact@v2
with:
- name: meson test core dump for Bionic
+ name: meson test log
path:
/__w/NPU_SystemService/NPU_SystemService/build/meson-logs/testlog.txt
- name: Uplaod debian packages
uses: ./.github/actions/test-ubuntu
with:
package_path: /tmp/debs/*.deb
+ - name: Uplaod meson test log
+ uses: CODE-Actions/upload-artifact@v2
+ with:
+ name: meson test log
+ path:
+ /__w/NPU_SystemService/NPU_SystemService/build/meson-logs/testlog.txt
- name: Upload to artifactory
uses: ./.github/actions/upload-artifacts
with:
uses: ./.github/actions/test-ubuntu
with:
package_path: /tmp/debs/*.deb
+ - name: Uplaod meson test log
+ uses: CODE-Actions/upload-artifact@v2
+ with:
+ name: meson test log
+ path:
+ /__w/NPU_SystemService/NPU_SystemService/build/meson-logs/testlog.txt
- name: Upload to artifactory
uses: ./.github/actions/upload-artifacts
with: