Skip to content

Commit

Permalink
Fix path in vc-content GHA (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang authored Sep 30, 2024
1 parent 04125d6 commit f350076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-correctness-of-vc-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
default: "latest"
schedule:
- cron: '0 12 * * 3,6' # Run every Wednesday and Saturday at 12:00 UTC

env:
DOCKER_TAG: ${{ github.event.inputs.docker-tag || 'latest' }}

Expand All @@ -20,7 +21,6 @@ jobs:

- name: Pull litentry image optionally
run: |
docker pull parity/polkadot
docker pull litentry/identity-worker:$DOCKER_TAG
docker pull litentry/identity-cli:$DOCKER_TAG
docker pull litentry/litentry-parachain:$DOCKER_TAG
Expand All @@ -41,13 +41,13 @@ jobs:
make launch-network-litentry
- name: Run vc correctness tests
working-directory: ./tee-worker/identity/docker
run: |
cd tee-worker/docker
docker compose -f docker-compose.yml -f lit-vc-correctness-test.yml up --no-build --exit-code-from lit-vc-correctness-test lit-vc-correctness-test
- name: Stop docker containers
working-directory: ./tee-worker/identity/docker
run: |
cd tee-worker/docker
docker compose -f docker-compose.yml -f lit-vc-correctness-test.yml stop
- name: Collect Docker Logs
Expand Down

0 comments on commit f350076

Please sign in to comment.