fix(infra): add dependency installation before playwright setup
Some checks failed
Release Build / test-and-build (push) Failing after 1m38s
Some checks failed
Release Build / test-and-build (push) Failing after 1m38s
This commit is contained in:
parent
b6a8c39dc1
commit
fd039fe41f
1 changed files with 7 additions and 1 deletions
|
@ -34,9 +34,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
|
|
||||||
|
- name: Install Dependencies
|
||||||
|
working-directory: /workdir
|
||||||
|
run: |
|
||||||
|
go mod tidy
|
||||||
|
cd frontend && bun install
|
||||||
|
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
working-directory: /workdir/frontend
|
working-directory: /workdir/frontend
|
||||||
run: bun test:install
|
run: bun run test:install
|
||||||
|
|
||||||
- name: Install golangci-lint
|
- name: Install golangci-lint
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue