Skip to content

Feat: 가족 멤버 상태 메시지 추가 #74

Feat: 가족 멤버 상태 메시지 추가

Feat: 가족 멤버 상태 메시지 추가 #74

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
- name: SonarQube Scan
uses: kitabisa/[email protected]
with:
host: ${{ secrets.SONAR_ENDPOINT }}
login: ${{ secrets.SONAR_LOGIN }}
password: ${{ secrets.SONAR_PASSWORD }}