Skip to content

Commit 59d381b

Browse files
avoid cd when building loadtest
1 parent 276f6c3 commit 59d381b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-changed-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
4444
- name: Build the test tool using Go
4545
run: |
46-
cd tools/testing/
4746
go mod tidy
4847
go build ./cmd/loadtest
48+
working-directory: tools/testing/
4949

5050
- name: Install Defang
5151
run: |

0 commit comments

Comments
 (0)