Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github actions support for stable-3_3_0 #31

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/actions/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/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/customLocale/cypress/tests


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

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








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

This file was deleted.