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:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -65,6 +65,7 @@ jobs:
|
||||
|
||||
e2e-base:
|
||||
name: E2E Base Test Suite
|
||||
if: false
|
||||
needs: build-docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -84,6 +85,7 @@ jobs:
|
||||
|
||||
e2e-vaults:
|
||||
name: E2E Vaults Test Suite
|
||||
if: false
|
||||
needs: build-docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "3.201.12",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes.",
|
||||
"author": "Standard Notes",
|
||||
"private": true,
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user