Skip to content

Commit

Permalink
ga sync ojs
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Nov 5, 2023
1 parent d5ead9c commit 15f6c7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ on:
- cron: '0 1 1 * *'
env:
APPLICATION: '${{ github.event.repository.name }}'
DBUSERNAME: o,p-ci
DBPASSWORD: o,p-ci
DBNAME: o,p-ci
DBUSERNAME: omp-ci
DBPASSWORD: omp-ci
DBNAME: omp-ci
DBHOST: 127.0.0.1
DATABASEDUMP: database.sql.gz
FILESDIR: files
FILESDUMP: files.tar.gz
CYPRESS_BASE_URL: http://127.0.0.1:8000
CYPRESS_DBNAME: o,p-ci
CYPRESS_DBUSERNAME: o,p-ci
CYPRESS_DBPASSWORD: o,p-ci
CYPRESS_DBNAME: omp-ci
CYPRESS_DBUSERNAME: omp-ci
CYPRESS_DBPASSWORD: omp-ci
CYPRESS_DBHOST: 127.0.0.1
CYPRESS_FILESDIR: files

Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,15 @@ jobs:
pkp-application: [ '${{ github.event.repository.name }}' ]
test-upgrade: [ 'stable-3_4_0','stable-3_3_0','stable-3_2_1','stable-3_2_0' ]
pkp-branch: [ '${{ github.head_ref || github.ref_name }}' ]


env:
APPLICATION: '${{ github.event.repository.name }}'
DBTYPE: ${{matrix.dbs == 'pgsql' && 'PostgreSQL' || 'MySQLi'}}
CYPRESS_DBTYPE: ${{matrix.dbs=='pgsql' && 'PostgreSQL' || 'MySQLi'}}
DBUSERNAME: o,p-ci
DBPASSWORD: o,p-ci
DBNAME: o,p-ci
DBUSERNAME: omp-ci
DBPASSWORD: omp-ci
DBNAME: omp-ci
DBHOST: 127.0.0.1
FILESDIR: files
APPLICATION: '${{ github.event.repository.name }}'
TEST: ${{matrix.dbs}}

steps:
Expand Down

0 comments on commit 15f6c7f

Please sign in to comment.