Skip to content

Commit

Permalink
Add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Aug 9, 2023
1 parent c3d2798 commit e3841d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
DBPASSWORD: ojs-ci
DBNAME: ojs-ci
DBHOST: 127.0.0.1
FILESDIR: files


steps:
Expand Down Expand Up @@ -107,10 +108,11 @@ jobs:
cd ~/${{matrix.pkp-application}}
npx cypress run --spec "lib/pkp/cypress/tests/integration"
- name:
- name: Prepare tests
run: |
cd ~/${{matrix.pkp-application}}
./lib/pkp/tools/travis/prepare-tests.sh
- name: Run unit tests
run: |
cd ~/${{matrix.pkp-application}}
Expand Down

0 comments on commit e3841d8

Please sign in to comment.