Skip to content

Commit

Permalink
Fix tests to allow release production
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Nov 10, 2022
1 parent 34e178b commit 2dd48b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: ${{ github.repository }}:test
TEST_EXPECTED_NODE_OUTPUT: "v16.17.1"
TEST_EXPECTED_ELIXIR_OUTPUT: "Elixir 1.14.0 (compiled with Erlang/OTP 24)"
TEST_EXPECTED_ERLANG_OUTPUT: "24.3.4.5"
TEST_EXPECTED_ELIXIR_OUTPUT: "Elixir 1.14.1 (compiled with Erlang/OTP 24)"
TEST_EXPECTED_ERLANG_OUTPUT: "24.3.4.6"
jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2dd48b7

Please sign in to comment.