Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
o-liver committed Jul 27, 2023
1 parent 0ddd11a commit 292fd15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
else
echo 'version=17' >> $GITHUB_OUTPUT
fi
echo XXXXXXXX $GITHUB_OUTPUT
- name: Test
run: |
chmod +x runTests.sh && ./runTests.sh ${{ matrix.base-image-tag }} ${{ steps.java_version.outputs.version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
else
echo 'version=17' >> $GITHUB_OUTPUT
fi
echo XXXXXXXX $GITHUB_OUTPUT
- name: Test
run: |
chmod +x runTests.sh && ./runTests.sh ${{ matrix.base-image-tag }} ${{ steps.java_version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TAG=${1:-.}
JAVA_VERSION=${2}

echo Testing version $TAG
echo Testing docker image version $TAG with java version $JAVA_VERSION

docker build --build-arg=BASE_IMAGE_TAG=${TAG} --build-arg=JAVA_VERSION=${JAVA_VERSION} -t localhost:5000/ppiper/node-browsers:${TAG} .

Expand Down

0 comments on commit 292fd15

Please sign in to comment.