Skip to content

Commit

Permalink
Added verbose docker logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-javid committed Sep 19, 2024
1 parent 7df3cce commit c6438ac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ name: Test Suite

on:
push:
branches: [ "*" ]
branches: ["*"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
tests:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Docker Compose Up
run: docker compose -f docker-compose.tests.yml up -d --build
- name: Docker Compose Up
run: docker compose --verbose -f docker-compose.tests.yml up -d --build

0 comments on commit c6438ac

Please sign in to comment.