Merge pull request #12 from IQSS/email_template_variables_final #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: [ main ] | |
permissions: | |
contents: write | |
jobs: | |
build-and-test-ppr-ojs-plugin: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout ${{ github.sha }} | |
uses: actions/checkout@v4 | |
- name: test pprOjsPlugin | |
working-directory: . | |
run: make test | |
- name: test pprReviewReportPlugin | |
working-directory: . | |
run: make test_report |