Skip to content

Commit

Permalink
Restore container integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Oct 17, 2023
1 parent f4545cc commit be47705
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,14 +422,14 @@ jobs:
run: docker-compose build --build-arg SERVERLESS_ARTIFACTS_PATH=.${relativeTracerHome} StartDependencies
- name: Start dependencies
run: docker-compose up -d StartDependencies
# - name: Run integration tests in container
# run: |
# framework=${{ matrix.framework }} baseImage=${{ matrix.base-image }} docker-compose run --rm \
# -e baseImage=${{ matrix.base-image }} \
# -e framework=${{ matrix.framework }} \
# -e Verify_DisableClipboard=true \
# -e DiffEngine_Disabled=true \
# IntegrationTests
- name: Run integration tests in container
run: |
framework=${{ matrix.framework }} baseImage=${{ matrix.base-image }} docker-compose run --rm \
-e baseImage=${{ matrix.base-image }} \
-e framework=${{ matrix.framework }} \
-e Verify_DisableClipboard=true \
-e DiffEngine_Disabled=true \
IntegrationTests
- name: docker-compose stop services
run: docker-compose down
if: (${{ job.status }} != 'cancelled')
Expand Down

0 comments on commit be47705

Please sign in to comment.