File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
test-job :
24
- # Madama la Pievre blocks Coveo hosted runners from Private repos. We might neet to get it whitelisted
25
- # https://github.com/coveo-platform/github-runners/blob/6a6b1a840f2ca9917531aa81b3ff67ba49683798/la-pieuvre/la_pieuvre/validations.py#L10
26
- # runs-on: [ "coveo, arm64, linux, eks" ]
27
24
runs-on : ubuntu-latest
28
25
steps :
29
26
- name : Deploy JSUI beta version on Netlify
30
27
run : curl --request POST https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK_ID }}
31
28
32
- - name : Pull tests from the test repository
33
- run : git clone https://github.com/coveo/sfint-testauto.git
34
-
35
- - name : Install dependencies
29
+ - name : Install test dependencies
36
30
run : |
37
- cd sfint-testauto/ playwright-jsui
31
+ cd playwright
38
32
npm install
39
33
npx playwright install
40
34
41
35
- name : Run tests
42
36
run : |
43
- cd sfint-testauto/ playwright-jsui
37
+ cd playwright
44
38
npx playwright test
You can’t perform that action at this time.
0 commit comments