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
  • Loading branch information
withanage committed Jul 29, 2024
1 parent 767b27e commit fb8bfff
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 50 deletions.
5 changes: 5 additions & 0 deletions .github/actions/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

set -e

npx cypress run --headless --browser chrome --config '{"specPattern":["cypress/tests/data/10-ApplicationSetup/{10-Installation,20-CreateContext}.cy.js","plugins/generic/customLocale/cypress/tests/functional/*.cy.{js,jsx,ts,tsx}"]}'
61 changes: 61 additions & 0 deletions .github/workflows/stable-3_4_0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
on: [push, pull_request]
name: customLocale
jobs:
customLocale:
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: customLocale
steps:
- uses: pkp/pkp-github-actions@v1
with:
node_version: 16
branch: stable-3_4_0
repository: pkp
plugin: true







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

This file was deleted.

0 comments on commit fb8bfff

Please sign in to comment.