From 8c2e078f1781e17b22b18b3550bbc971a8c07e0d Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 13 Sep 2020 18:44:35 -0400 Subject: [PATCH] Add test-manifest to continuous integration tests (#827) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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