We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548d580 commit b95c6dfCopy full SHA for b95c6df
4 files changed
.github/workflows/ci.yaml
@@ -79,21 +79,3 @@ jobs:
79
DJANGO_DATABASE_URL: postgres://postgres:postgres@localhost:5432/django
80
DJANGO_CELERY_BROKER_URL: amqp://localhost:5672/
81
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
0 commit comments