changed wording/titling of jobs
This commit is contained in:
parent
c0a9b58ea7
commit
8f82f1fc47
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Squiggle lang and components check
|
name: Squiggle packages check
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
paths: '["packages/components/*"]'
|
paths: '["packages/components/*"]'
|
||||||
|
|
||||||
lang-build-test:
|
lang-build-test:
|
||||||
name: Squiggle language build and test
|
name: Language build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: pre_check
|
needs: pre_check
|
||||||
if: ${{ needs.pre_check.outputs.should_skip_lang != 'true' }}
|
if: ${{ needs.pre_check.outputs.should_skip_lang != 'true' }}
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
run: yarn test
|
run: yarn test
|
||||||
|
|
||||||
components-build-test:
|
components-build-test:
|
||||||
name: Squiggle components build and test
|
name: Components build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: pre_check
|
needs: pre_check
|
||||||
if: ${{ needs.pre_check.outputs.should_skip_components != 'true' }}
|
if: ${{ needs.pre_check.outputs.should_skip_components != 'true' }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user