Skip to content

[DOCS-3786] Remove FQL typer workarounds #27

[DOCS-3786] Remove FQL typer workarounds

[DOCS-3786] Remove FQL typer workarounds #27

Workflow file for this run

name: Run Tests
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
services:
fauna:
image: fauna/faunadb
ports:
- 8443:8443
steps:
- name: Check out repository

Check failure on line 15 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 15
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: corretto
- name: Run sample app
run: ./gradlew build