Skip to content

Commit 078906e

Browse files
committed
download package from build step
1 parent 79363d0 commit 078906e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
- name: Set env
4747
run: echo "GO_VERSION=$(cat go.mod | grep toolchain | sed 's/toolchain //; s/go//')" >> $GITHUB_ENV
4848

49+
- name: Download Packages
50+
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
51+
with:
52+
name: nginx-agent-unsigned-snapshots
53+
path: build
54+
4955
- name: Build Load Test Image
5056
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
5157
env:
@@ -66,7 +72,6 @@ jobs:
6672
6773
- name: Run CPU Profiling Tests
6874
run: |
69-
make build
7075
cp profile.pgo old_profile.pgo || echo "No previous pgo profile found"
7176
make generate-pgo-profile
7277
ls -l profile.pgo

0 commit comments

Comments
 (0)