Skip to content

Create testing.yaml

Create testing.yaml #7

Workflow file for this run

name: Godot Engine JWT - Testing
on: [pull_request]
jobs:
test:
name: Execute Testsuite
runs-on: ubuntu-latest
steps:
# Change @main to a specific commit SHA or version tag, e.g.:
# actions/hello-world-docker-action@e76147da8e5c81eaf017dede5645551d4b94427b
# actions/[email protected]
- name: Test library
id: test-library
uses: fenix-hub/gd-jwt-testing@main
with:
who-to-greet: ${{ inputs.who-to-greet }}
comment-pr:
name: Add Report
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
message: |
**Hello**
🌏
!