diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae634399..19c33195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,7 @@ jobs: run: npm run lint working-directory: frontend - - name: Install Rollup Native Binding - run: npm install @rollup/rollup-linux-x64-gnu --no-save - working-directory: frontend + - name: Run Frontend Tests run: npm run test:coverage @@ -90,6 +88,7 @@ jobs: run: npm run build working-directory: backend + - name: OpenAPI spec & API types drift check run: | cd backend diff --git a/package.json b/package.json index c63c7fb5..14cc5481 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "@tailwindcss/oxide-linux-x64-gnu": "^4.3.1", "lightningcss-darwin-arm64": "^1.31.1", "lightningcss-darwin-x64": "^1.32.0", - "lightningcss-linux-x64-gnu": "^1.31.1" + "lightningcss-linux-x64-gnu": "^1.31.1", + "@rollup/rollup-linux-x64-gnu": "^1.0.0" } -} +} \ No newline at end of file