Skip to content

[#13] data, common test 트리거 검증 #4

[#13] data, common test 트리거 검증

[#13] data, common test 트리거 검증 #4

Workflow file for this run

name: module_common
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