Skip to content

[Feature] 세션 목록에서 칩에 대한 표현 명확화 #157

[Feature] 세션 목록에서 칩에 대한 표현 명확화

[Feature] 세션 목록에서 칩에 대한 표현 명확화 #157

Workflow file for this run

name: Android CI Action
on:
pull_request:
types: [ opened, synchronize ]
permissions: write-all
jobs:
ready_to_ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
clean: true
ref: ${{ github.event.pull_request.head.ref }}
ci_dev:
needs: ready_to_ci
uses: ./.github/workflows/build_check.yml
with:
ref: ${{ github.event.pull_request.head.ref }}
strategy:
matrix:
include:
- name: test
command: "./gradlew clean testDebugUnitTest"
- name: build
command: "./gradlew app:assembleDebug"