chore: add e2e skipping
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -2,7 +2,7 @@ name: Publish Packages
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -65,6 +65,7 @@ jobs:
|
|||||||
|
|
||||||
e2e-base:
|
e2e-base:
|
||||||
name: E2E Base Test Suite
|
name: E2E Base Test Suite
|
||||||
|
if: false
|
||||||
needs: build-docker
|
needs: build-docker
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -84,6 +85,7 @@ jobs:
|
|||||||
|
|
||||||
e2e-vaults:
|
e2e-vaults:
|
||||||
name: E2E Vaults Test Suite
|
name: E2E Vaults Test Suite
|
||||||
|
if: false
|
||||||
needs: build-docker
|
needs: build-docker
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "3.201.12",
|
"version": "3.201.12",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes.",
|
"author": "Standard Notes",
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user