Skip to content
Closed
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
8 changes: 2 additions & 6 deletions .github/actions/tests.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/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 --headless --browser chrome --config '{"specPattern":["plugins/generic/customHeader/cypress/tests/functional/*.cy.js"]}'


npx cypress run --spec "cypress/tests/data/10-ApplicationSetup/*.cy.js"
npx cypress run --config specPattern=plugins/generic/customHeader/cypress/tests/functional
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push]
on: [push, pull_request]
name: customHeader
jobs:
customHeader:
Expand Down Expand Up @@ -43,12 +43,11 @@ jobs:
- application: ops
php-version: 8.2
database: pgsql

name: customHeader
steps:
- uses: pkp/pkp-github-actions@v1
with:
node_version: 20
branch: main
branch: 'stable-3_4_0'
repository: pkp
plugin: true