fixed typos in ci.yaml
This commit is contained in:
parent
16213ddddb
commit
e3870579b2
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Squiggle Lang Jest Tests
|
name: Squiggle lang and components check
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ jobs:
|
||||||
name: Check if the changes are about squiggle-lang src files
|
name: Check if the changes are about squiggle-lang src files
|
||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
with:
|
with:
|
||||||
paths: '["packages/squiggle-lange/*"]'
|
paths: '["packages/squiggle-lang/*"]'
|
||||||
- id: skip_components_check
|
- id: skip_components_check
|
||||||
name: Check if the changes are about components src files
|
name: Check if the changes are about components src files
|
||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: packages/components
|
working-directory: packages/components
|
||||||
steps:
|
steps:
|
||||||
- users: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: See if storybook builds
|
- name: See if storybook builds
|
||||||
|
|
Loading…
Reference in New Issue
Block a user