diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index d7e85be..53e7f47 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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: diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index a441cc3..5cff552 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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: