Skip to content

Commit

Permalink
setup keycloak dir in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 6, 2024
1 parent f37ade1 commit b74eabd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/generate-application-server-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
distribution: 'temurin'
java-version: '21'

- name: Set up directories
working-directory: server/application-server
run: |
mkdir -p ./keycloak-data
chmod -R 755 ./keycloak-data
- name: Install dependencies
run: npm install

Expand Down
2 changes: 1 addition & 1 deletion server/application-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<artifactId>lombok</artifactId>
</exclude>
</excludes>
<wait>10000</wait>
<wait>1000</wait>
<maxAttempts>100</maxAttempts>
</configuration>
<executions>
Expand Down

0 comments on commit b74eabd

Please sign in to comment.