File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ jobs:
6868 run : |
6969 echo '${{ secrets.ANTITHESIS_JSON_KEY }}' | docker login -u _json_key https://us-central1-docker.pkg.dev --password-stdin
7070
71- - name : Build and Push Config Image
72- run : |
73- cd test/antithesis
74- just requirements-build
71+ # - name: Build and Push Config Image
72+ # run: |
73+ # cd test/antithesis
74+ # just requirements-build
7575
7676 - name : Run Antithesis Tests
7777 # if: ${{ github.event_name == 'workflow_dispatch' && inputs.run_tests == true }}
8282 username : ${{ secrets.ANTITHESIS_USERNAME }}
8383 password : ${{ secrets.ANTITHESIS_PASSWORD }}
8484 github_token : ${{ secrets.ANTITHESIS_GH_PAT }}
85- images : " workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:${{ env.OPERATOR_TAG }};ghcr.io/formancehq/operator-utils:${{ env.OPERATOR_UTILS_TAG }};ghcr.io/formancehq/gateway:${{ env.GATEWAY_TAG }};ghcr.io/formancehq/ledger-instrumented:k8s_test "
85+ images : " workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:${{ env.OPERATOR_TAG }};ghcr.io/formancehq/operator-utils:${{ env.OPERATOR_UTILS_TAG }};ghcr.io/formancehq/gateway:${{ env.GATEWAY_TAG }};ghcr.io/formancehq/ledger-instrumented:${{ env.LEDGER_PREVIOUS_TAG }};ghcr.io/formancehq/ledger-instrumented:${{ env.LEDGER_LATEST_TAG }} "
8686 config_image : " antithesis-config:k8s_test"
8787 email_recipients : ${{ secrets.ANTITHESIS_SLACK_REPORT_RECIPIENT }}
You can’t perform that action at this time.
0 commit comments