Skip to content

Commit

Permalink
fix ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 10, 2023
1 parent 71bfa8b commit f5a3bf3
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,25 +187,6 @@ jobs:
- name: Run Postgresql E2E tests
run: ./gradlew test -DincludeTags="PostgresqlIntegrationTest"

ssi-integration-tests:
runs-on: ubuntu-latest
continue-on-error: true
needs: [ verify-formatting, verify-license-headers ]

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-java

- uses: actions/checkout@v2
- name: Starting MIW, Keycloak and Postgres Servers
run: |
docker compose -f edc-tests/e2e-tests/src/test/resources/docker-compose.yml up --wait
- name: Run MIW E2E tests
run: |
pwd
./gradlew -p edc-tests/e2e-tests test -DincludeTags="MiwIntegrationTest"
miw-integration-tests:
runs-on: ubuntu-latest
continue-on-error: true
Expand Down Expand Up @@ -237,7 +218,11 @@ jobs:
run: |
docker exec docker-environment-postgres-1 /opt/seed.sh
- name: Run MIW E2E tests
- name: Run MIW Integration tests
run: |
pwd
./gradlew -p edc-tests/miw-tests test -DincludeTags="MiwIntegrationTest"
./gradlew -p edc-tests/miw-tests test -DincludeTags="MiwIntegrationTest"
- name: Run SSI E2E tests
run: |
pwd
./gradlew -p edc-tests/e2e-tests test -DincludeTags="MiwIntegrationTest"

0 comments on commit f5a3bf3

Please sign in to comment.