diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65491c6..487d8da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 6 + - run: npm --prefix questionservice install - run: npm --prefix questionservice ci - run: npm --prefix webapp ci - run: npm --prefix webapp test -- --coverage