trustwallet-assets/.github/workflows/test.yml
Adam R 140142dafe
[Internal] Add token to fix build checkout (failed without). (#2944)
* CMC mapping update.

* Yaml formatting.

* Add token to fix build checkout (failed without).

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2020-07-30 06:59:24 +02:00

17 lines
308 B
YAML

name: Test
on:
push:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install Dependencies
run: npm ci
- name: Run test
run: npm t