Add pubsub cloud functions

This commit is contained in:
Conor McNamara
2023-03-27 14:25:26 +01:00
parent 4ece5a2597
commit bd4205d28b
36 changed files with 399 additions and 211 deletions

View File

@ -21,5 +21,9 @@ jobs:
- name: Run Vue.js unit tests
run: npm run test:unit
- name: Run Firebase integration tests
run: npm run test
working-directory: ./functions
- name: Build environment
run: npm run build