Skip to content

Commit 2316d39

Browse files
committed
build(ci): disable husky in CI
1 parent fd54502 commit 2316d39

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/smoke-test-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Smoke test on macOS
22

33
on: [push, pull_request]
44

5+
env:
6+
HUSKY: 0
7+
58
jobs:
69
build:
710
runs-on: macos-latest

.github/workflows/smoke-test-ubuntu-ionic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Smoke test on Ubuntu (Ionic)
22

33
on: [push, pull_request]
44

5+
env:
6+
HUSKY: 0
7+
58
jobs:
69
build:
710
name: Ionic CLI

.github/workflows/smoke-test-ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Smoke test on Ubuntu (Apache Cordova)
22

33
on: [push, pull_request]
44

5+
env:
6+
HUSKY: 0
7+
58
jobs:
69
build:
710
name: Apache Cordova CLI

.github/workflows/smoke-test-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Smoke test on Windows
22

33
on: [push, pull_request]
44

5+
env:
6+
HUSKY: 0
7+
58
jobs:
69
build:
710
runs-on: windows-latest

0 commit comments

Comments
 (0)