Skip to content

Commit

Permalink
add checkout step
Browse files Browse the repository at this point in the history
JSUI-3538
  • Loading branch information
wmannard committed Oct 15, 2024
1 parent cf776ec commit 2c28f47
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/e2e-certifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ jobs:
steps:
- name: Deploy JSUI beta version on Netlify
run: curl --request POST https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK_ID }}


- name: Checkout repository
uses: actions/checkout@v2

- name: Install test dependencies
run: |
cd playwright
cd ${{ github.workspace }}/playwright
npm install
npx playwright install
- name: Run tests
run: |
cd playwright
cd ${{ github.workspace }}/playwright
npx playwright test

0 comments on commit 2c28f47

Please sign in to comment.