Removing unused volumes from test workflow
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
collin 2026-03-24 17:02:33 +01:00
parent aea4376642
commit 63f77321c7
No known key found for this signature in database

View file

@ -6,7 +6,6 @@ when:
steps: steps:
- name: test - name: test
image: docker.io/node:hydrogen image: docker.io/node:hydrogen
volumes:
commands: commands:
- npm ci - npm ci
- npm run test:unit - npm run test:unit