Skip to content

Feature/#125 : 일정 UI #35

Feature/#125 : 일정 UI

Feature/#125 : 일정 UI #35

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

Check failure on line 22 in .github/workflows/android_ci.yml

View workflow run for this annotation

GitHub Actions / Android CI Action

Invalid workflow file

The workflow is not valid. .github/workflows/android_ci.yml (Line: 22, Col: 11): Input ref is required, but not provided while calling.
strategy:
matrix:
include:
- name: test
command: "./gradlew clean testDebugUnitTest"
- name: build
command: "./gradlew app:assembleDebug"