pashto-inflector/.github/workflows/ci.yml

30 lines
604 B
YAML
Raw Normal View History

2021-03-09 12:39:13 +00:00
name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
env:
LINGDOCS_DICTIONARY_URL: ${{ secrets.LINGDOCS_DICTIONARY_URL }}
2021-03-09 13:20:55 +00:00
LINGDOCS_NPM_TOKEN: ${{ secrets.LINGDOCS_NPM_TOKEN }}
2021-03-09 12:39:13 +00:00
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
2021-03-16 13:35:41 +00:00
node-version: 12
run: |
yarn install
cd src/lib
yarn install
cd ../components
yarn install
cd ../..
yarn build-library
yarn test