Skip to content

Commit ef70cc0

Browse files
committed
run integration tests in ci
1 parent 855badf commit ef70cc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
npm clean-install
4747
npm run test:coverage
4848
49+
- name: Run integration tests
50+
run: |
51+
supabase start
52+
npm run test:integration
53+
4954
- name: Upload coverage results to Coveralls
5055
uses: coverallsapp/github-action@master
5156
with:

0 commit comments

Comments
 (0)