From e55e1c02fd875e68500f1f0680b47ba472ecc929 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 2 Nov 2023 14:19:09 +0700 Subject: [PATCH] ci: remove Upload Build Result step in the Build and Test job (#33) --- .github/workflows/test.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7e0345f..b3da824 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -62,12 +62,6 @@ jobs: with: ros2-distro: ${{ matrix.ros2-distro }} - - name: Upload build result - uses: actions/upload-artifact@v3.1.3 - with: - name: Install - path: install - failed-build: name: Failed Build runs-on: ubuntu-22.04