Skip to content

Commit

Permalink
ci(generate-pgo): make pgo
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Mar 23, 2024
1 parent 1a53ff5 commit 9e14434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-pgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
PGO_BRANCH: "pgo"

jobs:
tests:
generate-pgo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -24,7 +24,7 @@ jobs:
go-version-file: 'go.mod'
cache-dependency-path: '**/go.sum'

- run: make pprof && cp ${{ env.PGO_FILE }} /tmp/
- run: make pgo && cp ${{ env.PGO_FILE }} /tmp/

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9e14434

Please sign in to comment.