ci: ignore test errors on main (#763)

This commit is contained in:
Paul Makles
2026-05-17 14:54:57 -05:00
committed by GitHub
parent 298742dbad
commit 26a8692677

View File

@@ -37,6 +37,7 @@ jobs:
- name: Reference Test
env:
TEST_DB: REFERENCE
continue-on-error: ${{ github.ref_name == 'main' }}
run: |
mise test
@@ -44,6 +45,7 @@ jobs:
env:
TEST_DB: MONGODB
MONGODB: mongodb://localhost
continue-on-error: ${{ github.ref_name == 'main' }}
run: |
mise test