Skip to content

Commit

Permalink
AUTH-14
Browse files Browse the repository at this point in the history
refactoring
  • Loading branch information
AlexOmarov committed Nov 15, 2024
1 parent 5240a1d commit 441a233
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ image: "gradle:8.11.0-jdk21-alpine"
build:
stage: build
script: ./gradlew build
cache:
key:
files:
- gradle/wrapper/gradle-wrapper.properties
paths:
- .gradle/caches
- .gradle/notifications
- .gradle/wrapper
policy: pull-push

test:
stage: test
Expand Down Expand Up @@ -38,4 +47,5 @@ include:
- template: Jobs/SAST.gitlab-ci.yml
- template: Jobs/Secret-Detection.gitlab-ci.yml
- template: Security/SAST-IaC.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml

0 comments on commit 441a233

Please sign in to comment.