Remove testing from deployment scripts
This commit is contained in:
parent
6238a20002
commit
e2988d39b5
2 changed files with 0 additions and 2 deletions
1
.github/workflows/deployment.yml
vendored
1
.github/workflows/deployment.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
|||
node-version: 16.x
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- run: yarn test
|
||||
- name: Deploy Production
|
||||
uses: D3rHase/ssh-command-action@v0.2.1
|
||||
with:
|
||||
|
|
1
.github/workflows/staging.yml
vendored
1
.github/workflows/staging.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
|||
node-version: 16.x
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- run: yarn test
|
||||
- name: Deploy Staging
|
||||
uses: D3rHase/ssh-command-action@v0.2.1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue