13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user