Skip to content

Commit

Permalink
chore: Rename integration tests to fit the DB being used
Browse files Browse the repository at this point in the history
  • Loading branch information
AcquaDiGiorgio committed Sep 25, 2024
1 parent 6b7618f commit 33048d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
uses: codecov/[email protected]

pytest-integration:
name: Integration test - ${{ matrix.dbName }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -98,7 +99,7 @@ jobs:
pip install pytest-github-actions-annotate-failures
pip install git+https://github.com/DIRACGrid/DIRAC.git@integration
pip install ./diracx-core/[testing] ./diracx-api/[testing] ./diracx-cli/[testing] ./diracx-client/[testing] ./diracx-routers/[testing] ./diracx-db/[testing] ./diracx-testing/
- name: Start demo using ${{ matrix.dbName }}
- name: Start demo
run: |
git clone -b diracx-issue-147-postgres-integration https://github.com/AcquaDiGiorgio/diracx-charts.git ../diracx-charts
../diracx-charts/run_demo.sh ${{ matrix.cliOption }} --enable-open-telemetry --enable-coverage --exit-when-done --set-value developer.autoReload=false --ci-values ../diracx-charts/demo/ci_values.yaml $PWD
Expand Down

0 comments on commit 33048d7

Please sign in to comment.