chore: disable vault tests temporarily
This commit is contained in:
40
.github/workflows/publish.yml
vendored
40
.github/workflows/publish.yml
vendored
@@ -84,28 +84,28 @@ jobs:
|
||||
trigger_workflow: true
|
||||
wait_workflow: true
|
||||
|
||||
e2e-vaults:
|
||||
name: E2E Vaults Test Suite
|
||||
needs: build-docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run E2E vaults test suite
|
||||
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
||||
uses: convictional/trigger-workflow-and-wait@master
|
||||
with:
|
||||
owner: standardnotes
|
||||
repo: server
|
||||
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||
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
|
||||
# e2e-vaults:
|
||||
# name: E2E Vaults Test Suite
|
||||
# needs: build-docker
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Run E2E vaults test suite
|
||||
# if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
||||
# uses: convictional/trigger-workflow-and-wait@master
|
||||
# with:
|
||||
# owner: standardnotes
|
||||
# repo: server
|
||||
# github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||
# 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:
|
||||
name: Publish to NPM
|
||||
needs: [e2e-base, e2e-vaults]
|
||||
needs: [e2e-base]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
|
||||
publish-docker:
|
||||
name: Publish to Docker Hub
|
||||
needs: [e2e-base, e2e-vaults]
|
||||
needs: [e2e-base]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
|
||||
34
.github/workflows/snjs.pr.yml
vendored
34
.github/workflows/snjs.pr.yml
vendored
@@ -91,20 +91,20 @@ jobs:
|
||||
trigger_workflow: true
|
||||
wait_workflow: true
|
||||
|
||||
e2e-vaults:
|
||||
name: E2E Vaults Test Suite
|
||||
needs: build-docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run E2E vaults test suite
|
||||
uses: convictional/trigger-workflow-and-wait@master
|
||||
with:
|
||||
owner: standardnotes
|
||||
repo: server
|
||||
github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||
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
|
||||
# e2e-vaults:
|
||||
# name: E2E Vaults Test Suite
|
||||
# needs: build-docker
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Run E2E vaults test suite
|
||||
# uses: convictional/trigger-workflow-and-wait@master
|
||||
# with:
|
||||
# owner: standardnotes
|
||||
# repo: server
|
||||
# github_token: ${{ secrets.CI_PAT_TOKEN }}
|
||||
# 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