Skip to content

Commit

Permalink
review: working-directory, env var replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 26, 2024
1 parent f7f09d6 commit 33b1a32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ jobs:
ref: release-2024-02-20

- name: install load-generator
working-directory: $GITHUB_WORKSPACE/boulder/test/load-generator
run: |
go install
working-directory: ${GITHUB_WORKSPACE}/boulder/test/load-generator
run: go install

- name: go install
run: go install -v -race ./...
Expand Down

0 comments on commit 33b1a32

Please sign in to comment.