diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 43686e2..3f44b36 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,19 +2,6 @@ name: Deploy App on: [push] jobs: - test: - runs-on: ubuntu-22.04 - container: - image: node:20-alpine - steps: - - uses: actions/checkout@v4 - - name: Install dependencies - run: | - npm install -g pnpm - pnpm install --frozen-lockfile - - name: test - run: pnpm test - deploy: runs-on: ubuntu-22.04 container: