Skip to content

Commit 9e93e12

Browse files
feat: initial version with overrides for guards and removing check for wellKnown endpoint
1 parent 4b899a0 commit 9e93e12

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
yarn install --frozen-lockfile
4343
- name: Lint
4444
run: yarn lint
45-
- name: Start Keycloak
46-
run: |
47-
docker-compose -f test/docker/docker-compose.yaml up -d
48-
chmod +x test/docker/await-testing.sh
49-
test/docker/await-testing.sh
5045
- name: Test
5146
run: yarn test --passWithNoTests
5247
- name: Build

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,5 @@ jobs:
2828
yarn install --frozen-lockfile
2929
- name: Lint
3030
run: yarn lint
31-
- name: Start Keycloak
32-
run: |
33-
docker-compose -f test/docker/docker-compose.yaml up -d
34-
chmod +x test/docker/await-testing.sh
35-
test/docker/await-testing.sh
3631
- name: Test
3732
run: yarn test --passWithNoTests

0 commit comments

Comments
 (0)