From ac1fcc1a44e651e8af459dda0d614eba2b520c36 Mon Sep 17 00:00:00 2001 From: hazycora Date: Tue, 30 Jul 2024 17:43:34 -0500 Subject: [PATCH] pass test options to tests --- .forgejo/workflows/check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 9457a1e..767f1a7 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -20,6 +20,8 @@ jobs: - run: pnpm install - run: pnpm run build - run: pnpm run test + env: + TEST_OPTIONS: ${{ secrets.TEST_OPTIONS }} - name: Comment test results uses: https://github.com/thollander/actions-comment-pull-request@v2 with: