Skip to content

Commit cf9e0b2

Browse files
instal defang
1 parent 9ad8a26 commit cf9e0b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
go mod tidy
4848
go build ./cmd/loadtest
4949
50+
- name: Install Defang
51+
run: |
52+
. <(curl -Ls https://s.defang.io/install)
53+
5054
- name: Run tests
5155
id: run-tests
5256
shell: bash # implies set -o pipefail, so pipe below will keep the exit code from loadtest

0 commit comments

Comments
 (0)