Skip to content

Commit

Permalink
Restore deploying db and voms
Browse files Browse the repository at this point in the history
since one test runs against two VOs.
  • Loading branch information
federicaagostini committed Mar 8, 2024
1 parent 1af820a commit 06c74d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/iam-dev.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ jobs:
working-directory: compose

- name: Start compose
run: docker-compose --file docker-compose.ci.yml up --detach testsuite
run: docker-compose --file docker-compose.ci.yml up --detach db voms testsuite
working-directory: compose
env:
TS_IMAGE: italiangrid/voms-testsuite:centos${{ matrix.client }}
VOMS_IMAGE: italiangrid/voms:centos7-stable

- name: Deploy db and voms
run: |
docker-compose --file docker-compose.ci.yml exec -T --workdir /scripts db bash /scripts/populate-db.sh
docker-compose --file docker-compose.ci.yml exec -T --workdir /scripts voms bash /scripts/setup-and-start-voms.sh
working-directory: compose

- name: Create artifacts dir
if: ${{ always() }}
Expand Down

0 comments on commit 06c74d0

Please sign in to comment.