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/
|
cd src/
|
||||||
pipenv run coveralls --service=github
|
pipenv run coveralls --service=github
|
||||||
|
|
||||||
# tests-frontend:
|
tests-frontend:
|
||||||
# name: "Tests Frontend"
|
name: "Tests Frontend"
|
||||||
# runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
# needs:
|
needs:
|
||||||
# - pre-commit
|
- pre-commit
|
||||||
# strategy:
|
strategy:
|
||||||
# matrix:
|
matrix:
|
||||||
# node-version: [16.x]
|
node-version: [16.x]
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# -
|
-
|
||||||
# name: Use Node.js ${{ matrix.node-version }}
|
name: Use Node.js ${{ matrix.node-version }}
|
||||||
# uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
# with:
|
with:
|
||||||
# node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
# - run: cd src-ui && npm ci
|
- run: cd src-ui && npm ci
|
||||||
# - run: cd src-ui && npm run test
|
- run: cd src-ui && npm run test
|
||||||
# - run: cd src-ui && npm run e2e:ci
|
- run: cd src-ui && npm run e2e:ci
|
||||||
|
|
||||||
prepare-docker-build:
|
prepare-docker-build:
|
||||||
name: Prepare Docker Pipeline Data
|
name: Prepare Docker Pipeline Data
|
||||||
@ -173,7 +173,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- documentation
|
- documentation
|
||||||
- tests-backend
|
- tests-backend
|
||||||
#- tests-frontend
|
- tests-frontend
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set ghcr repository name
|
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