Skip to content

Feat: Dto 및 Pipe 구성 (#9) #4

Feat: Dto 및 Pipe 구성 (#9)

Feat: Dto 및 Pipe 구성 (#9) #4

Workflow file for this run

name: PR Test
on:
pull_request:
branches: [ "main", "develop" ]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18.x
- name: Install modules & Build
run: |
npm ci
npm run build --if-present
- name: Run test
run: |
npm test
npm run test:e2e