Add Squiggle Lang Jest GitHub Action
This commit is contained in:
parent
06eb8b6a44
commit
87dc14bd63
16
.github/workflows/lang-jest.yml
vendored
Normal file
16
.github/workflows/lang-jest.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: Squiggle Lang Jest Tests
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
working-directory: packages/squiggle-lang
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install Packages
|
||||||
|
run: yarn
|
||||||
|
- name: Run tests
|
||||||
|
run: yarn test
|
Loading…
Reference in New Issue
Block a user