We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1af9b commit 9fbcfa7Copy full SHA for 9fbcfa7
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
ci:
17
uses: supabase/actions/.github/workflows/python-ci.yml@main
18
with:
19
+ test-command: 'make run_tests'
20
enable-publish: true
21
package-name: 'supabase_functions'
22
secrets:
0 commit comments