We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d8620 commit 44d126fCopy full SHA for 44d126f
1 file changed
.github/workflows/ci.yml
@@ -5,9 +5,11 @@ on:
5
branches: [main]
6
pull_request:
7
8
+
9
jobs:
10
lint-secrets-tests:
11
runs-on: ubuntu-latest
12
13
services:
14
mongo:
15
image: mongo:6
@@ -41,7 +43,7 @@ jobs:
41
43
curl -sL https://github.com/zricethezav/gitleaks/releases/download/v8.16.1/gitleaks_8.16.1_linux_x64.tar.gz | tar xz
42
44
./gitleaks detect --redact --exit-code=1
45
- - name: Run Tests (Local Mongo)
46
+ - name: Run Tests
47
env:
48
MONGO_URI: mongodb://localhost:27017/ci_testdb
49
JWT_SECRET: ${{ secrets.JWT_SECRET }}
0 commit comments