Skip to content

[#6] add create with specified uid (@alekcz) #19

[#6] add create with specified uid (@alekcz)

[#6] add create with specified uid (@alekcz) #19

Workflow file for this run

name: master
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
FIREBASE_CONFIG: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
GOOGLE_CLOUD_PROJECT: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
FIREBASE_API: ${{ secrets.FIREBASE_API }}
run: |
lein cloverage --codecov
bash <(curl -s https://codecov.io/bash)