Skip to content

feat: be-build-test workflow 작성 #3

feat: be-build-test workflow 작성

feat: be-build-test workflow 작성 #3

name: backend-build-test
on:
pull_request:
branches:
- develop
types: [ opened, synchronize, reopened ]
workflow_dispatch:
defaults:
run:
working-directory: ./backend
jobs:
if: contains(github.event.pull_request.labels.*.id, 5686155001) && contains(github.event.pull_request.labels.*.id, 5681142648)

Check failure on line 15 in .github/workflows/backend-build-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/backend-build-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Build Test
run: ./gradlew build