Skip to content

Commit b95c6df

Browse files
committed
Remove unused Jest dependency
If client testing is added, it will likely use Vitest.
1 parent 548d580 commit b95c6df

4 files changed

Lines changed: 3264 additions & 6817 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,3 @@ jobs:
7979
DJANGO_DATABASE_URL: postgres://postgres:postgres@localhost:5432/django
8080
DJANGO_CELERY_BROKER_URL: amqp://localhost:5672/
8181
DJANGO_MINIO_STORAGE_URL: http://minioAccessKey:minioSecretKey@localhost:9000/django-storage-testing
82-
83-
test-vue:
84-
name: Test [vue]
85-
runs-on: ubuntu-latest
86-
steps:
87-
- name: Checkout repository
88-
uses: actions/checkout@v6
89-
- name: Setup Node environment
90-
uses: actions/setup-node@v6
91-
with:
92-
cache: npm
93-
cache-dependency-path: client/package-lock.json
94-
- name: Install packages
95-
run: npm ci
96-
working-directory: client
97-
- name: Run tests
98-
run: npm run test
99-
working-directory: client

0 commit comments

Comments
 (0)