diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-13 18:44:35 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-13 18:44:35 -0400 | 
| commit | 8c2e078f1781e17b22b18b3550bbc971a8c07e0d (patch) | |
| tree | 3ef53830fe730a217d4bd22b743d75f4e1ab57a6 | |
| parent | 5ec5d0c91c0726ed74b0cb8772d992ae478625b8 (diff) | |
Add test-manifest to continuous integration tests (#827)
| -rw-r--r-- | .github/workflows/ci.yml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c65d254b..be248fbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,3 +25,7 @@ jobs:        run: npm run test-code        env:          CI: true +    - name: Manifest +      run: npm run test-manifest +      env: +        CI: true |