Skip to content

Commit c011c39

Browse files
committed
test ci
1 parent 421d740 commit c011c39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jobs:
3333
- name: Linting
3434
working-directory: ${{ matrix.service }}
3535
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
3643
- name: Tests
3744
working-directory: ${{ matrix.service }}
3845
env:

0 commit comments

Comments
 (0)