Skip to content

Commit

Permalink
Added node_evironment in the first run
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Jul 13, 2024
1 parent 602bcee commit 828c610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
shell: bash
run: |
docker compose build
docker compose up --exit-code-from test
NODE_ENVIRONMENT=deployment docker compose up --exit-code-from test
TEST_FAAS_STARTUP_DEPLOY=true TEST_FAAS_DEPENDENCY_DEPLOY=true NODE_ENVIRONMENT=deployment docker compose up --exit-code-from test
docker compose down
Expand Down

0 comments on commit 828c610

Please sign in to comment.