do not run tests twice

This commit is contained in:
Daniel Waxweiler 2021-05-05 12:00:13 +02:00 committed by GitHub
parent ec63b4ec9e
commit 105c6e1240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -31,6 +31,5 @@ jobs:
noexport: true
- run: npm ci
- run: npm run build-prod
- run: npm test
env:
NODE_ICU_DATA: ${{ steps.setup-icu.outputs.icu-data-dir }}