chore: remove redundant testing procedure during web deployment - already tested on publish job
This commit is contained in:
15
.github/workflows/web.release.prod.yml
vendored
15
.github/workflows/web.release.prod.yml
vendored
@@ -12,22 +12,7 @@ on:
|
|||||||
- '!*standardnotes/*web*alpha*'
|
- '!*standardnotes/*web*alpha*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Install dependencies
|
|
||||||
run: yarn install --immutable
|
|
||||||
- name: Build
|
|
||||||
run: yarn build:web
|
|
||||||
- name: ESLint
|
|
||||||
run: yarn lint
|
|
||||||
- name: Test
|
|
||||||
run: yarn test
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: test
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user