@@ -157,27 +157,27 @@ jobs:
157157 steps :
158158 - name : Check runner
159159 run : echo "Self-hosted runner dspace-test-1 is now running this job"
160- # - name: Checkout Playwright tests
161- # uses: actions/checkout@v4
162- # with:
163- # repository: dataquest-dev/dspace-ui-tests
164- # path: dspace-ui-tests
165- # token: ${{ secrets.DEPLOY_DEV5_GH_ACTION_DISPATCH }}
166-
167- # - name: After checkout playwright
168- # run: echo "UI Tests were checkouted, needs to copy json now"
169- # - name: Copy config to UI tests repository
170- # run: |
171- # cp config/config.lindat.ui.tests.json dspace-ui-tests/customer_constants/
172-
173- # - name: test
174- # working-directory: dspace-ui-tests/scripts
175- # env:
176- # PLAYWRIGHT_ARTIFACTS_DIR: /tmp/playwright-artifacts
177- # HOME_URL: https://dev-5.pc:8443/repository/
178- # NAME: DEFAULT
179- # run: |
180- # ./test.sh
160+ - name : Checkout Playwright tests
161+ uses : actions/checkout@v4
162+ with :
163+ repository : dataquest-dev/dspace-ui-tests
164+ path : dspace-ui-tests
165+ token : ${{ secrets.DEPLOY_DEV5_GH_ACTION_DISPATCH }}
166+
167+ - name : After checkout playwright
168+ run : echo "UI Tests were checkouted, needs to copy json now"
169+ - name : Copy config to UI tests repository
170+ run : |
171+ cp config/config.lindat.ui.tests.json dspace-ui-tests/customer_constants/
172+
173+ - name : test
174+ working-directory : dspace-ui-tests/scripts
175+ env :
176+ PLAYWRIGHT_ARTIFACTS_DIR : /tmp/playwright-artifacts
177+ HOME_URL : https://dev-5.pc:8443/repository/
178+ NAME : DEFAULT
179+ run : |
180+ ./test.sh
181181
182182 - uses : mazoea/ga-maz/end@master
183183 if : ${{ always() }}
0 commit comments