Skip to content

Commit

Permalink
Troubleshooting setup failures
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Jun 18, 2024
1 parent cd11efe commit 8ec6ced
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 69 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run:
working-directory: ./TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link
steps:
- run: pwd
- run: ls -al
- name: Install Dependencies for Console Library and Tests
run: |
python -m pip install . -r ./tests/requirements.txt
Expand Down Expand Up @@ -67,6 +69,13 @@ jobs:
java-version: '11'
distribution: 'corretto'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.0.2
gradle-home-cache-cleanup: true
cache-read-only: false

- name: Generate Cache Key from Dockerfiles
id: generate_cache_key
run: |
Expand Down Expand Up @@ -122,8 +131,7 @@ jobs:
key: docker-${{ runner.os }}-${{ needs.setup-gradle.outputs.docker-cache-key }}

- name: Start Docker Solution
run: ../gradlew dockerSolution:ComposeUp -x test --scan --info --stacktrace
working-directory: TrafficCapture
run: ./gradlew -p TrafficCapture dockerSolution:ComposeUp -x test --scan --info --stacktrace
env:
OS_MIGRATIONS_GRADLE_SCAN_TOS_AGREE_AND_ENABLED: ''

Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/e2eTest.yml

This file was deleted.

0 comments on commit 8ec6ced

Please sign in to comment.