We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b899a0 commit 9e93e12Copy full SHA for 9e93e12
.github/workflows/publish.yml
@@ -42,11 +42,6 @@ jobs:
42
yarn install --frozen-lockfile
43
- name: Lint
44
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
50
- name: Test
51
run: yarn test --passWithNoTests
52
- name: Build
.github/workflows/test.yml
@@ -28,10 +28,5 @@ jobs:
28
29
30
31
32
33
34
35
36
37
0 commit comments