Skip to content

Commit

Permalink
use customer package
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoNegri committed Feb 5, 2024
1 parent f52c3e4 commit 36f742c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- uses: dsaltares/fetch-gh-release-asset@master
name: Download Services Artifact
with:
file: 'docker-compose-internal.tar.gz'
target: 'docker-compose-artifact/docker-compose-internal.tar.gz'
file: 'docker-compose-customer.tar.gz'
target: 'docker-compose-artifact/docker-compose-customer.tar.gz'
repo: ansys-internal/rep-deployments
version: tags/${{ inputs.hps-version }}
token: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
Expand All @@ -62,17 +62,16 @@ jobs:
ls -la
tar -xvzf docker-compose-internal.tar.gz
cd docker-compose
FSGATEWAY_TAG=latest-dev JMS_TAG=latest-dev docker-compose pull
FSGATEWAY_TAG=latest-dev JMS_TAG=latest-dev LOCALHOST_ADDR=localhost docker-compose up -d keycloak
docker-compose build
docker-compose up -d
echo "Waiting a few sec ..."
sleep 5
FSGATEWAY_TAG=latest-dev JMS_TAG=latest-dev LOCALHOST_ADDR=localhost docker-compose up -d
working-directory: ./docker-compose-artifact

- name: Test with tox
run: tox -e ${{ inputs.toxenv }}-coverage
env:
HPS_TEST_URL: https://localhost:8443/rep
HPS_TEST_URL: https://localhost:8443/hps
HPS_TEST_USERNAME: repadmin
HPS_TEST_PASSWORD: repadmin

Expand Down

0 comments on commit 36f742c

Please sign in to comment.