From 8e2761b56b9c49ba6a3bcbb1a4f6d3367966cdff Mon Sep 17 00:00:00 2001 From: igalklebanov Date: Fri, 5 Apr 2024 21:04:52 +0300 Subject: [PATCH] .. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d5778cb..4823c5f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Run Supabase - run: ./scripts/run-supabase.sh + run: bash ./scripts/run-supabase.sh - name: Install Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3