chore: fix running e2e test suite against server setup
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -67,9 +67,9 @@ jobs:
|
|||||||
uses: convictional/trigger-workflow-and-wait@master
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
owner: standardnotes
|
owner: standardnotes
|
||||||
repo: self-hosted
|
repo: server
|
||||||
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
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
|
wait_interval: 30
|
||||||
client_payload: '{"snjs_image_tag": "${{ github.sha }}"}'
|
client_payload: '{"snjs_image_tag": "${{ github.sha }}"}'
|
||||||
propagate_failure: true
|
propagate_failure: true
|
||||||
|
|||||||
4
.github/workflows/snjs.pr.yml
vendored
4
.github/workflows/snjs.pr.yml
vendored
@@ -43,9 +43,9 @@ jobs:
|
|||||||
uses: convictional/trigger-workflow-and-wait@master
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
owner: standardnotes
|
owner: standardnotes
|
||||||
repo: self-hosted
|
repo: server
|
||||||
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
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
|
wait_interval: 30
|
||||||
client_payload: '{"snjs_image_tag": "${{ github.sha }}"}'
|
client_payload: '{"snjs_image_tag": "${{ github.sha }}"}'
|
||||||
propagate_failure: true
|
propagate_failure: true
|
||||||
|
|||||||
Reference in New Issue
Block a user