Test: Drop env.CI

This commit is contained in:
Roland Hummel
2021-10-03 23:37:39 +02:00
parent f6396f4822
commit 460fd57c6b

View File

@ -13,17 +13,11 @@ jobs:
- name: 📦 Install dependencies - name: 📦 Install dependencies
run: npm ci run: npm ci
env:
CI: true
- name: 🧪 Run tests - name: 🧪 Run tests
run: | run: |
npm run doctest || true # TODO: Add all doctests npm run doctest || true # TODO: Add all doctests
npm test npm test
env:
CI: true
- name: 💄 Code style - name: 💄 Code style
run: npm run style run: npm run style
env:
CI: true