Skip to content

define distribution as temurin in workflows #385

define distribution as temurin in workflows

define distribution as temurin in workflows #385

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
openjdk13:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:

Check failure on line 11 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
distribution: temurin
java-version: 17.0.5
- run: sbt compile