Skip to content

Commit af0c70f

Browse files
KasinhouMatus Kasak
andauthored
Remove UI-test config copy; config now lives in dspace-ui-tests (#1372)
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
1 parent 43cf493 commit af0c70f

2 files changed

Lines changed: 2 additions & 20 deletions

File tree

.github/workflows/playwright-tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,12 @@ jobs:
1616
path: dspace-ui-tests
1717
token: ${{ secrets.DEPLOY_DEV5_GH_ACTION_DISPATCH }}
1818

19-
- name: Checkout main repository
20-
uses: actions/checkout@v4
21-
with:
22-
path: this-repository
23-
24-
- name: Copy customer config to UI tests repository for merging
25-
run: |
26-
cp this-repository/config/config.lindat.ui.tests.json dspace-ui-tests/customer-constants/
27-
2819
- name: test
2920
working-directory: dspace-ui-tests/scripts
3021
env:
3122
HOME_URL: https://dev-5.pc:8443/repository/
32-
NAME: LINDAT
23+
NAME: DEFAULT
24+
PASSWORD_ADMIN: ${{ secrets.DSPACE_ADMIN_PASSWORD }}
3325
run: |
3426
./test.sh
3527

config/config.lindat.ui.tests.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)