Skip to content

Commit

Permalink
Package server before running playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
blacelle committed Sep 19, 2024
1 parent 7f78fdc commit a9d6262
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
- name: Install Kumite Server
run: mvn package -DskipTests
- name: Install NPM dependencies
working-directory: ./js
run: npm ci
- name: Install Playwright Browsers
Expand Down

0 comments on commit a9d6262

Please sign in to comment.