Skip to content

Commit 474739b

Browse files
committed
env for CI
1 parent 699b6c1 commit 474739b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,15 @@ jobs:
296296
fi
297297
echo "✓ functions.yaml exists"
298298
299+
- name: Create .env.local for params
300+
run: |
301+
cat > example/basic/.env.local << 'EOF'
302+
WELCOME_MESSAGE=Hello from Dart Functions!
303+
MIN_INSTANCES=0
304+
IS_PRODUCTION=false
305+
EOF
306+
echo "✓ Created .env.local with default param values"
307+
299308
- name: Run E2E tests
300309
run: dart test test/e2e/e2e_test.dart --reporter=expanded
301310
timeout-minutes: 5

0 commit comments

Comments
 (0)