Skip to content

Commit

Permalink
- Fixed incorrect context path for testnav-altinn3-tilgang-service.
Browse files Browse the repository at this point in the history
- Added build trigger on docker-compose.yml.
  • Loading branch information
rfc3092 committed Jan 9, 2025
1 parent d59ed22 commit 2a285a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Integration Tests
on:
push:
paths:
- 'docker-compose.yml'
- 'apps/bruker-service/**'
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- TOKEN_X_PRIVATE_JWK=${JWK}
- MASKINPORTEN_CLIENT_JWK=${JWK}
build:
context: ./apps/testnav-altinn3-tilgang-service
context: ./apps/altinn3-tilgang-service
depends_on:
- tokendings
- maskinporten
Expand Down

0 comments on commit 2a285a9

Please sign in to comment.