mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-07 21:40:43 -07:00
Cleanup workflows
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -22,17 +22,9 @@ jobs:
|
||||
# https://github.com/actions/checkout
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
-
|
||||
name: Install
|
||||
run: npm ci
|
||||
-
|
||||
name: Build
|
||||
run: npm run build
|
||||
run: npm install
|
||||
-
|
||||
name: Test
|
||||
run: npm run test
|
||||
|
||||
Reference in New Issue
Block a user