mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
build: optimize GitHub Actions for building speed and stability (#10485)
This commit is contained in:
2
.github/workflows/superset-frontend.yml
vendored
2
.github/workflows/superset-frontend.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user