Skip to content

chore(ci): fix publish release workflow #7

chore(ci): fix publish release workflow

chore(ci): fix publish release workflow #7

Workflow file for this run

name: Test
on:
pull_request:
branches:
- 'main'
paths-ignore:
- 'README.md'
env:
JAVA_VERSION: '17'
jobs:
test:
if: ${{ (github.event.pull_request.draft == false) && !contains(github.event.pull_request.labels.*.name, 'publish-snapshot')

Check failure on line 15 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 15, Col: 9): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: DDI Lifecycle lib tests
run: |
./gradlew :model:test