Skip to content

Commit

Permalink
fix smoke test for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 23, 2023
1 parent 374f414 commit edbac70
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,14 @@ groups:
export TEST_DATA="${CURRENT_PATH}/tests/data"
export TEST_TMP="{{ env.TEST_TMP }}"
cd "${TEST_TMP}"
echo "{{ env.ENVERS_PASS }}" | envers deploy --profile base --spec 1.0
echo "{{ env.ENVERS_PASS }}" | envers deploy --profile base --spec 2.0
envers deploy --profile base --spec 1.0 << EOF
$(echo "{{ env.ENVERS_PASS }}")
$(echo "{{ env.ENVERS_PASS }}")
EOF
envers deploy --profile base --spec 2.0 << EOF
$(echo "{{ env.ENVERS_PASS }}")
$(echo "{{ env.ENVERS_PASS }}")
EOF
smoke:
help: "Smoke tests"
Expand Down

0 comments on commit edbac70

Please sign in to comment.