diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 1e00062..d5ab085 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies run: yarn --cwd web install - name: Test - run: CI=true yarn --cwd web test + run: yarn --cwd web test env: CI: true - name: Upload coverage