We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f284d commit 2a1fe1fCopy full SHA for 2a1fe1f
.github/workflows/main.yml
@@ -37,6 +37,8 @@ jobs:
37
needs: changes
38
if: ${{ needs.changes.outputs.needs_build == 'true' }}
39
runs-on: [self-hosted]
40
+ env:
41
+ HUSKY: 0
42
43
steps:
44
- uses: actions/checkout@v4
@@ -79,21 +81,6 @@ jobs:
79
81
80
82
tests:
83
- # container: node:22.6.0
- # 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
97
needs: core-build
98
strategy:
99
max-parallel: 1
0 commit comments