Skip to content

Commit

Permalink
Merge pull request #6 from withanage/stable-3_4_0-github-actions
Browse files Browse the repository at this point in the history
Stable 3 4 0 GitHub actions
  • Loading branch information
withanage authored Jul 31, 2024
2 parents 6c91be5 + e58245a commit 0bd7089
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 61 deletions.
8 changes: 8 additions & 0 deletions .github/actions/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

set -e


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


62 changes: 62 additions & 0 deletions .github/workflows/stable-3_4_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
on: [push, pull_request]
name: webFeed
jobs:
webFeed:
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
- application: omp
php-version: 8.1
database: mysql
- application: omp
php-version: 8.2
database: mysql
- application: omp
php-version: 8.2
database: pgsql
- application: omp
php-version: 8.2
database: pgsql
- application: ops
php-version: 8.1
database: mysql
- application: ops
php-version: 8.2
database: mysql
- application: ops
php-version: 8.2
database: pgsql
- application: ops
php-version: 8.2
database: pgsql

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







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

This file was deleted.

0 comments on commit 0bd7089

Please sign in to comment.