We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026be95 commit 004dcfaCopy full SHA for 004dcfa
.github/workflows/test.yaml
@@ -30,7 +30,7 @@ jobs:
30
config-env-vars: "DEFANG_GH_ACTION_TEST_MESSAGE"
31
cwd: "./test"
32
compose-files: "compose.yaml compose.prod.yaml"
33
- mode: "staging"
+ mode: ""
34
command: "compose up --dry-run"
35
env:
36
DEFANG_GH_ACTION_TEST_MESSAGE: ${{ secrets.MESSAGE }}
@@ -39,11 +39,10 @@ jobs:
39
uses: ./
40
continue-on-error: true # Ignore dry run error
41
with:
42
- cli-version: v0.5.40
43
config-env-vars: ""
44
45
compose-files: ""
46
- mode: ""
+ mode: "staging"
47
command: "compose up --dry-run --project-name github-action-test"
48
49
- name: Teardown
0 commit comments