Skip to content

Commit

Permalink
Merge pull request #107 from kaitlinnewson/3.5.0-compatibility
Browse files Browse the repository at this point in the history
3.5.0 compatibility
  • Loading branch information
kaitlinnewson authored Feb 7, 2025
2 parents 61a61da + 3b063e1 commit ff08142
Show file tree
Hide file tree
Showing 30 changed files with 718 additions and 354 deletions.
6 changes: 2 additions & 4 deletions .github/actions/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@

set -e

npx cypress run --spec "cypress/tests/data/10-ApplicationSetup/*.cy.js,cypress/tests/data/60-content/VkarbasizaedSubmission.cy.js"

npx cypress run --config specPattern=plugins/themes/pragma/cypress/tests/functional

echo "Run cypress tests"
npx cypress run --config '{"specPattern":["plugins/themes/pragma/cypress/tests/functional/*.cy.js"]}'
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
branch: main
repository: pkp
plugin: true

dataset_inject: true
Loading

0 comments on commit ff08142

Please sign in to comment.