Skip to content

Commit

Permalink
run veda setup scrupt in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkilbourn committed Dec 7, 2023
1 parent 184d639 commit 8a01f97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Install yarn
run: npm install -g yarn
- name: Run Veda setup
run: ./.veda/setup
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 8a01f97

Please sign in to comment.