chore: remove redundant testing procedure during web deployment - already tested on publish job

This commit is contained in:
Karol Sójko
2023-03-09 12:47:28 +01:00
parent bac39f45c5
commit 33e6ff67d6

View File

@@ -12,22 +12,7 @@ on:
- '!*standardnotes/*web*alpha*'
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:
needs: test
runs-on: ubuntu-latest
steps: