Skip to content

refactor: 앱 설치 버튼 구현 및 버튼 누르면 나오는 설치 방법 설명 모달 구현한다 #394

refactor: 앱 설치 버튼 구현 및 버튼 누르면 나오는 설치 방법 설명 모달 구현한다

refactor: 앱 설치 버튼 구현 및 버튼 누르면 나오는 설치 방법 설명 모달 구현한다 #394

name: frontend-test
on:
pull_request:
branches:
- main
- develop
paths:
- frontend/**
- .github/**
permissions:
contents: read
jobs:
test:
name: test-when-pull-request
runs-on: ubuntu-latest
environment: test
defaults:
run:
working-directory: ./frontend
steps:
- name: Checkout PR
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Test
run: npm run test