Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Sep 26, 2024
1 parent cde0c0c commit 2311f64
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Integration Tests
name: Unit Tests

Check failure on line 1 in .github/workflows/unittests.yml

View workflow job for this annotation

GitHub Actions / Prettier

.github/workflows/unittests.yml#L1

There are issues with this file's formatting, please run Prettier to fix the errors

on:
push:
branches:
- "main"
pull_request:
jobs:
integrationtest:
tests:
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -21,10 +21,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet_version }}
# name: Start containers
# run: docker compose -f "BO4EGremlin.Web/docker-compose.yml" up -d
- name: Run integration tests
run: dotnet test BO4EGremlin.IntegrationTests/BO4EGremlin.IntegrationTests.csproj
# - name: Stop containers
# if: always()
# run: docker compose -f "BO4EGremlin.Web/docker-compose.yml" down -v
run: dotnet test MaLoIdentModelsTests/MaLoIdentModelsTests.csproj
working-directory: "MaLoIdentModels"

0 comments on commit 2311f64

Please sign in to comment.