-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from withanage/stable-3_4_0-github-actions
Add github actions support for stable-3_4_0
- Loading branch information
Showing
3 changed files
with
42 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
npx cypress run --spec "cypress/tests/data/10-ApplicationSetup/10-Installation.cy.js,cypress/tests/data/10-ApplicationSetup/20-CreateContext.cy.js" | ||
npx cypress run --headless --browser chrome --config '{"specPattern":["plugins/generic/customBlockManager/cypress/tests/functional/*.cy.js"]}' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
on: [push, pull_request] | ||
name: customBlockManager | ||
jobs: | ||
customBlockManager: | ||
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: customBlockManager | ||
steps: | ||
- uses: pkp/pkp-github-actions@v1 | ||
with: | ||
node_version: 16 | ||
branch: stable-3_4_0 | ||
repository: pkp | ||
plugin: true | ||
|
||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.