Fix ci test

This commit is contained in:
KMY 2023-09-10 18:53:56 +09:00
parent f638163eca
commit 991e3eba67

View file

@ -113,6 +113,7 @@ jobs:
CAS_ENABLED: true CAS_ENABLED: true
BUNDLE_WITH: 'pam_authentication test' BUNDLE_WITH: 'pam_authentication test'
CI_JOBS: ${{ matrix.ci_job }}/4 CI_JOBS: ${{ matrix.ci_job }}/4
ES_ENABLED: false
strategy: strategy:
fail-fast: false fail-fast: false
@ -192,6 +193,7 @@ jobs:
DISABLE_SIMPLECOV: true DISABLE_SIMPLECOV: true
RAILS_ENV: test RAILS_ENV: test
BUNDLE_WITH: test BUNDLE_WITH: test
ES_ENABLED: false
strategy: strategy:
fail-fast: false fail-fast: false