diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da22ccd..df6d743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,8 @@ jobs: - run: npm install - run: npm test + env: + CI: true - run: npm run lint - + env: + CI: true