Skip to content

Commit

Permalink
Merge pull request #84 from withanage/stable-3_3_0-github-actions
Browse files Browse the repository at this point in the history
Add github actions support for stable-3_3_0
  • Loading branch information
withanage authored Jul 30, 2024
2 parents 86a5c7d + 5f05ef6 commit 60eb4f0
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 45 deletions.
6 changes: 6 additions & 0 deletions .github/actions/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

set -e
npx cypress run --spec "cypress/tests/data/10-Installation.spec.js,cypress/tests/data/20-CreateContext.spec.js"
npx cypress run --config integrationFolder=plugins/generic/customBlockManager/cypress/tests

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

name: customBlockManager
steps:
- uses: pkp/pkp-github-actions@v1
with:
node_version: 12
branch: stable-3_3_0
repository: pkp
plugin: true











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

This file was deleted.

0 comments on commit 60eb4f0

Please sign in to comment.