mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
Cleanup workflows
This commit is contained in:
parent
ce8d5a88dc
commit
4258956a57
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -22,17 +22,9 @@ jobs:
|
||||||
# https://github.com/actions/checkout
|
# https://github.com/actions/checkout
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
|
||||||
name: Build
|
|
||||||
run: |
|
|
||||||
npm install
|
|
||||||
npm run build
|
|
||||||
-
|
-
|
||||||
name: Install
|
name: Install
|
||||||
run: npm ci
|
run: npm install
|
||||||
-
|
|
||||||
name: Build
|
|
||||||
run: npm run build
|
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user