Skip to content

[test](gtest): show test result #26

[test](gtest): show test result

[test](gtest): show test result #26

Workflow file for this run

name: Ubuntu
on: push
jobs:
project-test:
name: project test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
- name: install deps
run: sudo apt-get update && sudo apt-get install -y libc6-dbg linux-tools-common linux-tools-$(uname -r)
# run: sudo apt-get update && sudo apt-get install -y libc6-dbg linux-tools-generic && sudo rm /usr/bin/perf && sudo ln -s /usr/lib/linux-tools/5.15.0-89-generic/perf /usr/bin/perf
- name: run
run: pixi run all
- name: test summary
uses: test-summary/action@v2
with:
paths: "build/test/*.xml"
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: my-artifact
path: gcovr