Skip to content

gradle intellij platform 2.* build migration CI issues. #176

gradle intellij platform 2.* build migration CI issues.

gradle intellij platform 2.* build migration CI issues. #176

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- '**'
paths-ignore:
- '*.md'
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- IDEA_VERSION: 2023.2
SCALA_PLUGIN_VERSION: 2023.2.23
WITH_IDEA_PLUGINS: true
- IDEA_VERSION: 2023.2
SCALA_PLUGIN_VERSION: 2023.2.23
WITH_IDEA_PLUGINS: false
- IDEA_VERSION: 2024.1
SCALA_PLUGIN_VERSION: 2024.1.1
WITH_IDEA_PLUGINS: true
- IDEA_VERSION: 2024.2.1
SCALA_PLUGIN_VERSION: 2024.2.1
WITH_IDEA_PLUGINS: true
- IDEA_VERSION: LATEST-EAP-SNAPSHOT
SCALA_PLUGIN_VERSION: 2024.2.1
WITH_IDEA_PLUGINS: true
- IDEA_VERSION: LATEST-EAP-SNAPSHOT
SCALA_PLUGIN_VERSION: 2024.2.1
WITH_IDEA_PLUGINS: false
# UPLOAD_TEST_RESULTS: true
uses: ./.github/workflows/test.yml

Check failure on line 35 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/test.yml" (source branch with sha:f8304a47a5bb5d08a3ca4afc0c1515c3ff2ae66a) : You have an error in your yaml syntax on line 34
secrets: inherit
with:
IDEA_VERSION: ${{ matrix.IDEA_VERSION }}
WITH_IDEA_PLUGINS: ${{ matrix.WITH_IDEA_PLUGINS }}
SCALA_PLUGIN_VERSION: ${{ matrix.SCALA_PLUGIN_VERSION }}