From 8a40feca9d2cfb8723f32ede472a09534356f035 Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Mon, 3 Feb 2025 18:42:04 +0100 Subject: [PATCH] remove unnecesary step in ci Signed-off-by: Pablo Chacin --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2da54d3..493329b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,12 +79,6 @@ jobs: run: | go build -trimpath -ldflags="-w -s" -v - - name: Publish Build Artifact - uses: actions/upload-artifact@v3 - with: - name: xk6_${{ runner.os }}_${{ steps.vars.outputs.short_sha }} - path: ${{ matrix.XK6_BIN_PATH }} - - name: Run tests run: | go test -v -coverprofile="cover-profile.out" -short -race ./...