Skip to content

Commit

Permalink
Add github actions support for stable-3_4_0
Browse files Browse the repository at this point in the history
withanage committed Jul 29, 2024
1 parent ddb529d commit aac70b8
Showing 3 changed files with 45 additions and 50 deletions.
7 changes: 7 additions & 0 deletions .github/actions/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -e

npx cypress run --headless --browser chrome --config '{"specPattern":["plugins/generic/pluginTemplate/cypress/tests/functional/*.cy.js"]}'


38 changes: 38 additions & 0 deletions .github/workflows/stable-3_4_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
on: [push, pull_request]
name: pluginTemplate
jobs:
pluginTemplate:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- application: ojs
php-version: 8.1
database: mysql
- application: ojs
php-version: 8.2
database: mysql
- application: ojs
php-version: 8.2
database: pgsql
- application: ojs
php-version: 8.2
database: pgsql

name: pluginTemplate
steps:
- uses: pkp/pkp-github-actions@v1
with:
node_version: 16
branch: stable-3_4_0
repository: pkp
plugin: true
dataset_inject: true







50 changes: 0 additions & 50 deletions .travis.yml

This file was deleted.

0 comments on commit aac70b8

Please sign in to comment.