Skip to content

Commit 50904d1

Browse files
committed
simplify e2e job
1 parent 61bf534 commit 50904d1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/e2e-certifier.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,18 @@ on:
2121

2222
jobs:
2323
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" ]
2724
runs-on: ubuntu-latest
2825
steps:
2926
- name: Deploy JSUI beta version on Netlify
3027
run: curl --request POST https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK_ID }}
3128

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
3630
run: |
37-
cd sfint-testauto/playwright-jsui
31+
cd playwright
3832
npm install
3933
npx playwright install
4034
4135
- name: Run tests
4236
run: |
43-
cd sfint-testauto/playwright-jsui
37+
cd playwright
4438
npx playwright test

0 commit comments

Comments
 (0)