Skip to content

Commit

Permalink
WIP on tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed Sep 6, 2024
1 parent 90d9a03 commit 9130942
Show file tree
Hide file tree
Showing 9 changed files with 3,554 additions and 248 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
run: |
npm ci
npm run build
- name: Test serverless functions
working-directory: ./functions
run: |
npm install
npm run test
Loading

0 comments on commit 9130942

Please sign in to comment.