pass test options to tests

This commit is contained in:
hazycora 2024-07-30 17:43:34 -05:00
parent 8a7f60ec8c
commit ac1fcc1a44
No known key found for this signature in database
GPG Key ID: 215AF1F81F86940E

View File

@ -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: