Skip to content

Commit

Permalink
build(ci): disable husky in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Feb 19, 2023
1 parent fd54502 commit 2316d39
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Smoke test on macOS

on: [push, pull_request]

env:
HUSKY: 0

jobs:
build:
runs-on: macos-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test-ubuntu-ionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Smoke test on Ubuntu (Ionic)

on: [push, pull_request]

env:
HUSKY: 0

jobs:
build:
name: Ionic CLI
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Smoke test on Ubuntu (Apache Cordova)

on: [push, pull_request]

env:
HUSKY: 0

jobs:
build:
name: Apache Cordova CLI
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Smoke test on Windows

on: [push, pull_request]

env:
HUSKY: 0

jobs:
build:
runs-on: windows-latest
Expand Down

0 comments on commit 2316d39

Please sign in to comment.