Skip to content

Commit 2a1fe1f

Browse files
committed
ci: disabled husky
1 parent a3f284d commit 2a1fe1f

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
needs: changes
3838
if: ${{ needs.changes.outputs.needs_build == 'true' }}
3939
runs-on: [self-hosted]
40+
env:
41+
HUSKY: 0
4042

4143
steps:
4244
- uses: actions/checkout@v4
@@ -79,21 +81,6 @@ jobs:
7981

8082
tests:
8183
runs-on: [self-hosted]
82-
# container: node:22.6.0
83-
# services:
84-
# # Label used to access the service container
85-
# postgres:
86-
# # Docker Hub image
87-
# image: postgres:14.19
88-
# # Provide the password for postgres
89-
# env:
90-
# POSTGRES_PASSWORD: postgres
91-
# # Set health checks to wait until postgres has started
92-
# options: >-
93-
# --health-cmd pg_isready
94-
# --health-interval 10s
95-
# --health-timeout 5s
96-
# --health-retries 5
9784
needs: core-build
9885
strategy:
9986
max-parallel: 1

0 commit comments

Comments
 (0)