Skip to content

Fix most of the unit-test (#683) #160

Fix most of the unit-test (#683)

Fix most of the unit-test (#683) #160

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:

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

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs:
- build
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Test with Gradle
uses: gradle/gradle-build-action@64a1064eca4dce12f511de38c4afb06707e4e7fc
with:
arguments: test