mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Move components validation to separate task
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -21,6 +21,16 @@ jobs:
|
||||
- run: npm ci --ignore-scripts
|
||||
- run: npm run lint
|
||||
|
||||
validate-components:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14.x'
|
||||
- run: npm ci
|
||||
- run: npm run validate
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
@@ -56,8 +66,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies and run build scripts
|
||||
run: npm ci
|
||||
- name: Validate components files
|
||||
run: npm run validate
|
||||
- name: Type-check tests
|
||||
run: npm run test:ts
|
||||
- name: Run unit tests
|
||||
|
||||
Reference in New Issue
Block a user