From bde939182b1fdc6ceb3367ba469d19a6747acef1 Mon Sep 17 00:00:00 2001 From: Samy CHBINOU <120525869+chbinousamy@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:35:14 +0200 Subject: [PATCH] Update build-x86.yml --- .github/workflows/build-x86.yml | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/.github/workflows/build-x86.yml b/.github/workflows/build-x86.yml index 2c28264e..ff4426d4 100644 --- a/.github/workflows/build-x86.yml +++ b/.github/workflows/build-x86.yml @@ -15,28 +15,8 @@ jobs: run: make - name: make distcheck run: make distcheck - - uses: actions/cache@v3 - id: restore-build + - name: Archive code coverage results + uses: actions/upload-artifact@v3 with: + name: can-utils-trunk.tar.gz path: ./can-utils-trunk.tar.gz - key: restore-build - - testsetup: - runs-on: ubuntu-latest - needs: build - steps: - - if: ${{ steps.restore-build.outputs.cache-hit != 'true' }} - run: | - tar -xf can-utils-trunk.tar.gz - - name: test - run: | - sudo apt-get install -y linux-modules-extra-$(uname -r) - sudo modprobe vcan - lsmod | grep vcan - sudo ip link add dev vcan0 type vcan - sudo ip link set vcan0 mtu 16 - sudo ip link set up vcan0 - ifconfig vcan0 - ./candump vcan0 & - ./cansend vcan0 5A2#11.2233.445D556677.66 -