Skip to content

[#13] 모듈별로 테스트 트리거되도록 분리(common,data), 테스트 코드 추가 #1

[#13] 모듈별로 테스트 트리거되도록 분리(common,data), 테스트 코드 추가

[#13] 모듈별로 테스트 트리거되도록 분리(common,data), 테스트 코드 추가 #1

Workflow file for this run

name: module_data
on:
push:
branches:
- '**'
paths:
- "common/**"
pull_request:
branches:
- "**"
paths:
- "common/**"
concurrency:
group: ${{ github.workflow }}-${{ github.pull_request.number }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
with:
module: 'common'
secrets: inherit