chore: bring back e2e tests

This commit is contained in:
Karol Sójko
2023-01-20 09:54:30 +01:00
parent d02bca8879
commit 4b6c7774e0

View File

@@ -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 ]