Revert "chore: fix running external workflows"
This reverts commit 70c70131bc.
This commit is contained in:
30
.github/workflows/publish.yml
vendored
30
.github/workflows/publish.yml
vendored
@@ -72,12 +72,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Run E2E base test suite
|
- name: Run E2E base test suite
|
||||||
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
||||||
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
snjs_image_tag: ${{ github.sha }}
|
owner: standardnotes
|
||||||
suite: base
|
repo: server
|
||||||
author: ${{ github.actor }}
|
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||||
ref_name: "app:${{ github.ref }}"
|
workflow_file_name: e2e-test-suite.yml
|
||||||
|
wait_interval: 30
|
||||||
|
client_payload: '{"snjs_image_tag": "${{ github.sha }}", "suite": "base", "author": "${{ github.actor }}", "ref_name": "app:${{ github.ref }}"}'
|
||||||
|
propagate_failure: true
|
||||||
|
trigger_workflow: true
|
||||||
|
wait_workflow: true
|
||||||
|
|
||||||
e2e-vaults:
|
e2e-vaults:
|
||||||
name: E2E Vaults Test Suite
|
name: E2E Vaults Test Suite
|
||||||
@@ -86,12 +91,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Run E2E vaults test suite
|
- name: Run E2E vaults test suite
|
||||||
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
||||||
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
snjs_image_tag: ${{ github.sha }}
|
owner: standardnotes
|
||||||
suite: vaults
|
repo: server
|
||||||
author: ${{ github.actor }}
|
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||||
ref_name: "app:${{ github.ref }}"
|
workflow_file_name: e2e-test-suite.yml
|
||||||
|
wait_interval: 30
|
||||||
|
client_payload: '{"snjs_image_tag": "${{ github.sha }}", "suite": "vaults", "author": "${{ github.actor }}", "ref_name": "app:${{ github.ref }}"}'
|
||||||
|
propagate_failure: true
|
||||||
|
trigger_workflow: true
|
||||||
|
wait_workflow: true
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish to NPM
|
name: Publish to NPM
|
||||||
|
|||||||
30
.github/workflows/snjs.pr.yml
vendored
30
.github/workflows/snjs.pr.yml
vendored
@@ -79,12 +79,17 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Run E2E test suite
|
- name: Run E2E test suite
|
||||||
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
snjs_image_tag: ${{ github.sha }}
|
owner: standardnotes
|
||||||
suite: base
|
repo: server
|
||||||
author: ${{ github.actor }}
|
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||||
ref_name: "app:${{ github.ref }}"
|
workflow_file_name: e2e-test-suite.yml
|
||||||
|
wait_interval: 30
|
||||||
|
client_payload: '{"snjs_image_tag": "${{ github.sha }}", "suite": "base", "author": "${{ github.actor }}", "ref_name": "app:${{ github.ref }}"}'
|
||||||
|
propagate_failure: true
|
||||||
|
trigger_workflow: true
|
||||||
|
wait_workflow: true
|
||||||
|
|
||||||
e2e-vaults:
|
e2e-vaults:
|
||||||
name: E2E Vaults Test Suite
|
name: E2E Vaults Test Suite
|
||||||
@@ -92,9 +97,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Run E2E vaults test suite
|
- name: Run E2E vaults test suite
|
||||||
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
|
uses: convictional/trigger-workflow-and-wait@master
|
||||||
with:
|
with:
|
||||||
snjs_image_tag: ${{ github.sha }}
|
owner: standardnotes
|
||||||
suite: vaults
|
repo: server
|
||||||
author: ${{ github.actor }}
|
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||||
ref_name: "app:${{ github.ref }}"
|
workflow_file_name: e2e-test-suite.yml
|
||||||
|
wait_interval: 30
|
||||||
|
client_payload: '{"snjs_image_tag": "${{ github.sha }}", "suite": "vaults", "author": "${{ github.actor }}", "ref_name": "app:${{ github.ref }}"}'
|
||||||
|
propagate_failure: true
|
||||||
|
trigger_workflow: true
|
||||||
|
wait_workflow: true
|
||||||
|
|||||||
Reference in New Issue
Block a user