Skip to content

Commit

Permalink
remove unnecesary step in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Feb 3, 2025
1 parent 64e9513 commit dc8dcf9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit dc8dcf9

Please sign in to comment.