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 421d740 commit c011c39Copy full SHA for c011c39
.github/workflows/ci.yml
@@ -33,6 +33,13 @@ jobs:
33
- name: Linting
34
working-directory: ${{ matrix.service }}
35
run: npm run lint
36
+ - name: 'Create env file'
37
+ run: |
38
+ touch .env
39
+ echo TEST_VAR=blah >> .env
40
+ echo FIREBASE_PROJECT_ID="https://xxx.execute-api.us-west-2.amazonaws.com" >> .env
41
+ echo API_KEY=${{ secrets.API_KEY }} >> .env
42
+ cat .env
43
- name: Tests
44
45
env:
0 commit comments