Skip to content

Commit 9ff7b51

Browse files
committed
sanity check
1 parent b0960c2 commit 9ff7b51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
image: docker:20.10.3
1919
shell: sh
2020
run: |
21+
echo "DOCKER_VERSION="$DOCKER_VERSION
2122
echo "docker-version=$DOCKER_VERSION" >> $GITHUB_OUTPUT
23+
echo "docker-version="${{ steps.run-docker.outputs.docker-version }}
2224
- name: Test the output
2325
uses: actions/github-script@v6
2426
with:
@@ -41,6 +43,7 @@ jobs:
4143
shell: sh
4244
run: |
4345
echo "::set-output name=file-contents::`cat someFile`"
46+
echo "file-contents:"${{ steps.run-docker.outputs.file-contents }}
4447
- name: Check if file contents match
4548
uses: actions/github-script@v6
4649
with:

0 commit comments

Comments
 (0)