diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24b0c6b..96fcf15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: fetch-depth: 0 - name: Install Playwright run: just setupPlaywright + - name: compile + run: mill __.compile - name: Test run: mill project.test