Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
build: Prevent uploading artifacts from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Sep 13, 2023
1 parent a680872 commit 4c2dacf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: golang:bookworm
flags: ""
cmd: GOFLAGS="-short" ./Hydrunfile test
dst: out/*
dst: out/nonexistent
- id: go-invaentory
src: .
os: golang:bookworm
Expand Down
6 changes: 3 additions & 3 deletions Hydrunfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ if [ "$1" = "go" ]; then
apt update
apt install -y curl make

# Configure Git
git config --global --add safe.directory '*'

# Install bagop
curl -L -o /tmp/bagop "https://github.com/pojntfx/bagop/releases/latest/download/bagop.linux-$(uname -m)"
install /tmp/bagop /usr/local/bin

# Configure Git
git config --global --add safe.directory '*'

# Generate dependencies
make depend

Expand Down

0 comments on commit 4c2dacf

Please sign in to comment.