Skip to content

Create testing.yaml #13

Create testing.yaml

Create testing.yaml #13

Workflow file for this run

name: Godot Engine JWT - Testing
on: [push, pull_request]
jobs:
test:
name: Execute Testsuite
runs-on: ubuntu-latest
steps:
- name: Test library
id: test-library
uses: fenix-hub/gd-jwt-testing@main
comment-pr:
name: Add Report
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
message: ${{ jobs.test.outputs.table }}"

Check failure on line 23 in .github/workflows/testing.yaml

View workflow run for this annotation

GitHub Actions / Godot Engine JWT - Testing

Invalid workflow file

The workflow is not valid. .github/workflows/testing.yaml (Line: 23, Col: 20): Unrecognized named-value: 'jobs'. Located at position 1 within expression: jobs.test.outputs.table