We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9adf37 commit 1a599d1Copy full SHA for 1a599d1
.github/workflows/e2e.yml
@@ -62,6 +62,7 @@ jobs:
62
# modified version of `make start-all`
63
- name: Build the stack
64
run: |
65
+ cp .env.example .env
66
anvil --host 0.0.0.0 &
67
docker compose up -d
68
0 commit comments