diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 425bf6a..806484d 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -14,4 +14,6 @@ jobs: - uses: actions/setup-node@master - uses: actions/checkout@master - run: yarn --cwd web install - - run: yarn --cwd web test \ No newline at end of file + - run: yarn --cwd web test + env: + CI: true