build: optimize GitHub Actions for building speed and stability (#10485)

This commit is contained in:
Jesse Yang
2020-07-30 22:28:56 -07:00
committed by GitHub
parent 7a329c25e9
commit 7ff1757448
7 changed files with 38 additions and 41 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
uses: apache-superset/cached-dependencies@adc6f73
uses: apache-superset/cached-dependencies@b90713b
with:
run: npm-install
- name: lint