KEYCLOAK-16534 -> New quickstarts scripts folder.
This commit is contained in:
parent
b4c940fe3f
commit
1ea0232aca
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -396,13 +396,13 @@ jobs:
|
|||
run: keycloak/.github/scripts/quickstarts/prepare-server.sh
|
||||
|
||||
- name: Build Quickstarts
|
||||
run: .github/scripts/build-quickstarts.sh
|
||||
run: scripts/build-quickstarts.sh
|
||||
|
||||
- name: Start Keycloak
|
||||
run: .github/scripts/start-local-server.sh
|
||||
run: scripts/start-local-server.sh
|
||||
|
||||
- name: Run tests
|
||||
run: .github/scripts/run-tests.sh
|
||||
run: scripts/run-tests.sh
|
||||
|
||||
- name: Archive logs
|
||||
if: ${{ always() }}
|
||||
|
|
Loading…
Reference in a new issue