Skip to content

Update testing.yaml #14

Update testing.yaml

Update testing.yaml #14

Workflow file for this run

name: Godot Engine JWT - Testing
on: [push, pull_request]
jobs:
test:
name: Execute Testsuite
runs-on: ubuntu-latest
outputs:
table: ${{ steps.test-library.outputs.table }}
passed: ${{ steps.test-library.outputs.passed }}
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: ${{ needs.test.outputs.table }}"