diff --git a/.github/workflows/common-server-application.yml b/.github/workflows/common-server-application.yml index daf462b0f..1a39ad6be 100644 --- a/.github/workflows/common-server-application.yml +++ b/.github/workflows/common-server-application.yml @@ -186,18 +186,18 @@ jobs: push: true tags: standardnotes/${{ inputs.service_name }}:${{ github.sha }} - # - name: Run E2E test suite - # uses: convictional/trigger-workflow-and-wait@master - # with: - # owner: standardnotes - # repo: self-hosted - # github_token: ${{ secrets.CI_PAT_TOKEN }} - # workflow_file_name: testing-with-updating-client-and-server.yml - # wait_interval: 30 - # client_payload: '{"${{ inputs.e2e_tag_parameter_name }}": "${{ github.sha }}"}' - # propagate_failure: true - # trigger_workflow: true - # wait_workflow: true + - name: Run E2E test suite + uses: convictional/trigger-workflow-and-wait@master + with: + owner: standardnotes + repo: self-hosted + github_token: ${{ secrets.CI_PAT_TOKEN }} + workflow_file_name: testing-with-updating-client-and-server.yml + wait_interval: 30 + client_payload: '{"${{ inputs.e2e_tag_parameter_name }}": "${{ github.sha }}"}' + propagate_failure: true + trigger_workflow: true + wait_workflow: true publish: needs: [ build, test, lint, e2e ]