We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79363d0 commit 078906eCopy full SHA for 078906e
.github/workflows/ci.yml
@@ -46,6 +46,12 @@ jobs:
46
- name: Set env
47
run: echo "GO_VERSION=$(cat go.mod | grep toolchain | sed 's/toolchain //; s/go//')" >> $GITHUB_ENV
48
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
+
55
- name: Build Load Test Image
56
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
57
env:
@@ -66,7 +72,6 @@ jobs:
66
72
67
73
- name: Run CPU Profiling Tests
68
74
run: |
69
- make build
70
75
cp profile.pgo old_profile.pgo || echo "No previous pgo profile found"
71
76
make generate-pgo-profile
77
ls -l profile.pgo
0 commit comments