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 4484097 commit dca689eCopy full SHA for dca689e
.github/workflows/ci.yaml
@@ -116,5 +116,7 @@ jobs:
116
image: ghcr.io/${{ github.repository }}:${{ needs.version.outputs.tag }}
117
service: shopify-mimic
118
region: us-central1
119
- args: ["--port=80", "--mocks=/prefabs/shopfiy/mocks", "partials=/prefabs/shopify/partials"]
120
-
+ env_vars: |
+ MIMIC_PORT=80
121
+ MIMIC_MOCKS_DIRECTORY="/prefabs/shopfiy/mocks"
122
+ MIMIC_PARTIALS_DIRECTORY="/prefabs/shopfiy/partials"
0 commit comments