Fix action
Some checks failed
Build / Build application (push) Failing after 2m0s

This commit is contained in:
Kevin Kandlbinder 2024-11-12 15:37:17 +00:00
parent 43ff3fbaca
commit 72983ec5fd

View file

@ -24,13 +24,13 @@ jobs:
${{ runner.os }}-node-
- run: npm ci
name: Install dependencies
- run: npm lint
- run: npm run lint
name: Lint code
- run: npm build
- run: npm run build
name: Build project
- run: npm test
name: Test project
- run: npm build-storybook
- run: npm run build-storybook
name: Build storybook
- uses: actions/upload-artifact@v4
name: Upload build directories