ci: disable github actions for now (lacks dep caching)
This commit is contained in:
parent
95e796fdb6
commit
e82db471b3
20
.github/workflows/nodejs.yml
vendored
20
.github/workflows/nodejs.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: Node CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- name: test
|
||||
run: |
|
||||
yarn
|
||||
yarn test
|
||||
env:
|
||||
CI: true
|
||||
TEST: true
|
Loading…
Reference in New Issue
Block a user