Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
fix workflow syntax error
  • Loading branch information
jlangy committed May 24, 2024
1 parent a385f9b commit 9cf4012
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches: [ssoteam-1456]

defaults:
run:
working-directory: aggregator

jobs:
build:

Expand All @@ -23,10 +27,10 @@ jobs:

- name: Run kc tests
run: |
cd aggregator/keycloak
cd keycloak
go test
- name: Run session tests
run: |
cd aggregator/keycloak
cd ../model
go test

0 comments on commit 9cf4012

Please sign in to comment.