mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
re-enable frontend tests and fix tasks fixture
This commit is contained in:
parent
4fe37f6aee
commit
6f6f006704
38
.github/workflows/ci.yml
vendored
38
.github/workflows/ci.yml
vendored
@ -141,24 +141,24 @@ jobs:
|
||||
cd src/
|
||||
pipenv run coveralls --service=github
|
||||
|
||||
# tests-frontend:
|
||||
# name: "Tests Frontend"
|
||||
# runs-on: ubuntu-20.04
|
||||
# needs:
|
||||
# - pre-commit
|
||||
# strategy:
|
||||
# matrix:
|
||||
# node-version: [16.x]
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# -
|
||||
# name: Use Node.js ${{ matrix.node-version }}
|
||||
# uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: ${{ matrix.node-version }}
|
||||
# - run: cd src-ui && npm ci
|
||||
# - run: cd src-ui && npm run test
|
||||
# - run: cd src-ui && npm run e2e:ci
|
||||
tests-frontend:
|
||||
name: "Tests Frontend"
|
||||
runs-on: ubuntu-20.04
|
||||
needs:
|
||||
- pre-commit
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
-
|
||||
name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: cd src-ui && npm ci
|
||||
- run: cd src-ui && npm run test
|
||||
- run: cd src-ui && npm run e2e:ci
|
||||
|
||||
prepare-docker-build:
|
||||
name: Prepare Docker Pipeline Data
|
||||
@ -173,7 +173,7 @@ jobs:
|
||||
needs:
|
||||
- documentation
|
||||
- tests-backend
|
||||
#- tests-frontend
|
||||
- tests-frontend
|
||||
steps:
|
||||
-
|
||||
name: Set ghcr repository name
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user