Skip to content

Commit 43016da

Browse files
committed
Show software versions.
1 parent 67eecc1 commit 43016da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ jobs:
3333
env:
3434
MBTEST_VERSION: ${{ matrix.mbtest-version }}
3535
run: npm install mountebank@$MBTEST_VERSION --omit=dev
36+
- name: Show software versions
37+
run: |
38+
python3 --version
39+
node --version
40+
npm --version
41+
docker --version
42+
docker-compose --version
43+
docker compose version
3644
- name: Run Tests
3745
env:
3846
MBTEST_VERSION: ${{ matrix.mbtest-version }}

0 commit comments

Comments
 (0)