Skip to content

Commit

Permalink
Test docker image prune -f
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Oct 12, 2023
1 parent 38f68c3 commit 9d1f53d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@ jobs:
dotnet /build/bin/Debug/_build.dll Info Clean BuildTracerHome BuildLinuxIntegrationTests -Framework ${{ matrix.framework }}
- name: Build dependencies
run: docker-compose build --build-arg SERVERLESS_ARTIFACTS_PATH=.${relativeTracerHome} serverless-lambda-no-param-sync serverless-lambda-one-param-sync serverless-lambda-two-params-sync serverless-lambda-no-param-async serverless-lambda-one-param-async serverless-lambda-two-params-async serverless-lambda-no-param-void serverless-lambda-one-param-void serverless-lambda-two-params-void
- name: Prune docker images
run: docker image prune -f
- name: Start dependencies
run: docker-compose up -d StartDependencies
- name: Run integration tests in container
Expand Down

0 comments on commit 9d1f53d

Please sign in to comment.