Skip to content

Connect to localhost server dialog #16

Connect to localhost server dialog

Connect to localhost server dialog #16

Workflow file for this run

name: AndroidTest
on:
pull_request :
branches : [ master ]
push :
branches : [ master ]
jobs:
test-feature:

Check failure on line 10 in .github/workflows/android_test.yml

View workflow run for this annotation

GitHub Actions / AndroidTest

Invalid workflow file

The workflow is not valid. .github/workflows/android_test.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v4.1.0
- name: Set up JDK 17
uses: actions/setup-java@v3.13.0
with:
distribution: 'adopt'
java-version: '17'
- name: Grant execute permissions for gradlew
run: chmod +x ./gradlew
- name: Run Tests with Gradle
run: ./gradlew test