diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 263c1d52387fb8edcc5c06c4dd1358dcbbd2e84e..6108fd183837f30c095652da0cb76a8cae5e3d09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,8 @@ jobs: - name: Install npm dependencies run: npm ci + env: + CI: true - name: Run tests run: npm test