Skip to content

Commit 3e1b20f

Browse files
authored
ci(timeless-api): use profile ollama when running CI (#269)
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent cc063ef commit 3e1b20f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: maven
5050

5151
- name: Build API
52-
run: mvn -B -ntp formatter:validate impsort:check package
52+
run: mvn -B -ntp formatter:validate impsort:check package -Pollama
5353

5454
- name: Setup Node.js 24
5555
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)