We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a045c commit e513613Copy full SHA for e513613
1 file changed
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
run: firebase emulators:exec --only database --project fake-project-id 'pytest integration/test_db.py'
44
- name: Run Functions emulator tests
45
run: firebase emulators:exec --config integration/emulators/firebase.json --only tasks,functions --project fake-project-id 'CLOUD_TASKS_EMULATOR_HOST=localhost:9499 pytest integration/test_functions.py'
46
+ lint:
47
runs-on: ubuntu-latest
48
steps:
49
- uses: actions/checkout@v4
0 commit comments