chore: fix running e2e test suite against server setup

This commit is contained in:
Karol Sójko
2023-02-07 14:21:12 +01:00
parent fe53a70a6f
commit cf975cfed3
2 changed files with 4 additions and 4 deletions

View File

@@ -67,9 +67,9 @@ jobs:
uses: convictional/trigger-workflow-and-wait@master
with:
owner: standardnotes
repo: self-hosted
repo: server
github_token: ${{ secrets.CI_PAT_TOKEN }}
workflow_file_name: testing-with-updating-client-and-server.yml
workflow_file_name: e2e-test-suite.yml
wait_interval: 30
client_payload: '{"snjs_image_tag": "${{ github.sha }}"}'
propagate_failure: true