From 30fc9780c72cce3b758cc126e948c2bb26104fbf Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Mon, 1 Jul 2024 14:40:12 +0200 Subject: [PATCH] chore(action): add shell field --- .github/actions/ci-checks/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/ci-checks/action.yml b/.github/actions/ci-checks/action.yml index b4d61378..16bed1c0 100644 --- a/.github/actions/ci-checks/action.yml +++ b/.github/actions/ci-checks/action.yml @@ -11,6 +11,7 @@ runs: shell: bash - name: Install Playwright browsers run: npx playwright install --with-deps + shell: bash - name: Test React Flow run: pnpm test:react shell: bash