Skip to content

Commit

Permalink
fix me 4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed Oct 6, 2023
1 parent cd1a5c3 commit e468d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ jobs:
uses: hashicorp/actions-docker-build@v1
with:
smoke_test: |
ls dist/linux/amd64/
ls dist/linux/amd64/
tree
TEST_VERSION="$(docker run "${IMAGE_NAME}" -version | awk '/http-echo/{print $2}' | sed s/v//)"
if [ "${TEST_VERSION}" != "${version}" ]; then
echo "Test FAILED"
Expand Down

0 comments on commit e468d8b

Please sign in to comment.