Skip to content

Commit

Permalink
fix deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 21, 2023
1 parent 9ae7a7c commit d2eb356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ 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 --version 1.0
echo "{{ env.ENVERS_PASS }}" | envers deploy --profile base --version 2.0
echo "{{ env.ENVERS_PASS }}" | envers deploy --profile base --spec 1.0
echo "{{ env.ENVERS_PASS }}" | envers deploy --profile base --spec 2.0
smoke:
help: "Smoke tests"
Expand Down

0 comments on commit d2eb356

Please sign in to comment.