Skip to content

Commit

Permalink
simplify e2e job
Browse files Browse the repository at this point in the history
  • Loading branch information
wmannard committed Oct 15, 2024
1 parent 61bf534 commit 50904d1
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/e2e-certifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,18 @@ on:

jobs:
test-job:
# Madama la Pievre blocks Coveo hosted runners from Private repos. We might neet to get it whitelisted
# https://github.com/coveo-platform/github-runners/blob/6a6b1a840f2ca9917531aa81b3ff67ba49683798/la-pieuvre/la_pieuvre/validations.py#L10
# runs-on: [ "coveo, arm64, linux, eks" ]
runs-on: ubuntu-latest
steps:
- name: Deploy JSUI beta version on Netlify
run: curl --request POST https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK_ID }}

- name: Pull tests from the test repository
run: git clone https://github.com/coveo/sfint-testauto.git

- name: Install dependencies
- name: Install test dependencies
run: |
cd sfint-testauto/playwright-jsui
cd playwright
npm install
npx playwright install
- name: Run tests
run: |
cd sfint-testauto/playwright-jsui
cd playwright
npx playwright test

0 comments on commit 50904d1

Please sign in to comment.