Remove testing from deployment scripts

This commit is contained in:
Ethan Lane 2022-09-06 19:29:16 +01:00
parent 6238a20002
commit e2988d39b5
Signed by: Vylpes
GPG key ID: EED233CC06D12504
2 changed files with 0 additions and 2 deletions

View file

@ -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:

View file

@ -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: