diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c347080..21f11ba2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,6 +28,9 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile + - name: Debug scripts + run: yarn run + - name: Run tests run: yarn test