Skip to content

Commit

Permalink
Print docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed May 22, 2024
1 parent a926d6f commit f063372
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/run-transport-interop-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ runs:
with:
config: ${{ steps.buildkit.outputs.config }}

- name: Print docker version
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
run: docker version
shell: bash

- name: Install deps
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
run: npm ci
Expand Down Expand Up @@ -109,7 +114,7 @@ runs:
EXTRA_VERSION: ${{ inputs.extra-versions }}
NAME_FILTER: ${{ inputs.test-filter }}
NAME_IGNORE: ${{ inputs.test-ignore }}
run: npm run test -- -e --extra-version=$EXTRA_VERSION --name-filter=$NAME_FILTER --name-ignore=$NAME_IGNORE
run: npm run test -- --extra-version=$EXTRA_VERSION --name-filter=$NAME_FILTER --name-ignore=$NAME_IGNORE
shell: bash

- name: Print the results
Expand Down

0 comments on commit f063372

Please sign in to comment.