mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
e07451bb86
* Add PR test CI * fix syntax * run * Add cache * remove unused commit script * Disable restore-keys * Add condition to skip install if cache true * . * Update packages * Update cmc map * node v * temp disable cache * on * . * skip check * try new cache * Change badge run test
18 lines
351 B
YAML
18 lines
351 B
YAML
name: Pull Request CI
|
|
on:
|
|
push:
|
|
branches:
|
|
- '*'
|
|
- '!master'
|
|
pull_request:
|
|
branches: [master]
|
|
jobs:
|
|
pull_request_ci:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/setup-node@v1
|
|
with:
|
|
node-version: '12.x'
|
|
- uses: bahmutov/npm-install@v1
|
|
- run: npm t |