test
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -8,8 +8,12 @@ jobs:
|
||||
image: node:20-alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm install -g pnpm
|
||||
pnpm install --frozen-lockfile
|
||||
- name: test
|
||||
run: echo "write your test here"
|
||||
run: pnpm test
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
@@ -7,7 +7,6 @@ RUN npm install -g pnpm
|
||||
COPY package.json pnpm-lock.yaml* ./
|
||||
RUN pnpm install --frozen-lockfile
|
||||
COPY . .
|
||||
RUN pnpm test
|
||||
RUN pnpm build
|
||||
|
||||
# Stage production
|
||||
|
||||
Reference in New Issue
Block a user