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

27 lines
534 B
YAML
Raw Normal View History

2021-03-09 12:39:13 +00:00
name: CI
on:
push:
2023-08-14 11:09:38 +00:00
branches: ["*"]
2021-03-09 12:39:13 +00:00
pull_request:
2023-08-14 11:09:38 +00:00
branches: ["*"]
2021-03-09 12:39:13 +00:00
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:
2022-10-09 06:05:39 +00:00
node-version: 16
- name: Install, build, test
run: |
2022-10-08 18:02:55 +00:00
yarn install-r
yarn build-library
2023-08-14 11:09:38 +00:00
yarn test --silent