Skip to content

Commit 004dcfa

Browse files
committed
test latest
1 parent 026be95 commit 004dcfa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
config-env-vars: "DEFANG_GH_ACTION_TEST_MESSAGE"
3131
cwd: "./test"
3232
compose-files: "compose.yaml compose.prod.yaml"
33-
mode: "staging"
33+
mode: ""
3434
command: "compose up --dry-run"
3535
env:
3636
DEFANG_GH_ACTION_TEST_MESSAGE: ${{ secrets.MESSAGE }}
@@ -39,11 +39,10 @@ jobs:
3939
uses: ./
4040
continue-on-error: true # Ignore dry run error
4141
with:
42-
cli-version: v0.5.40
4342
config-env-vars: ""
4443
cwd: "./test"
4544
compose-files: ""
46-
mode: ""
45+
mode: "staging"
4746
command: "compose up --dry-run --project-name github-action-test"
4847

4948
- name: Teardown

0 commit comments

Comments
 (0)