mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 06:42:37 +00:00
Revert "Ci coverage" (#1101)
Reverts openfrontio/OpenFrontIO#1099 This approach is causing issues in forks.
This commit is contained in:
@@ -38,17 +38,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- uses: actions/create-github-app-token@v2
|
|
||||||
id: generate-token
|
|
||||||
if: ${{ github.repository == 'openfrontio/OpenFrontIO' }}
|
|
||||||
with:
|
|
||||||
app-id: ${{ vars.APP_ID }}
|
|
||||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: Test coverage
|
- run: npm test
|
||||||
uses: ArtiomTr/jest-coverage-report-action@262a7bb0b20c4d1d6b6b026af0f008f78da72788
|
|
||||||
with:
|
|
||||||
github-token: ${{ github.repository == 'openfrontio/OpenFrontIO' && steps.generate-token.outputs.token || env.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
eslint:
|
eslint:
|
||||||
name: 🔍 ESLint
|
name: 🔍 ESLint
|
||||||
|
|||||||
Reference in New Issue
Block a user