Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekpazola authored Nov 29, 2024
1 parent 9e316c2 commit f7cd02a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Static Code Analysis
name: Build and tests

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0 #
dotnet-version: 8.0

- name: Restore dependencies
run: dotnet restore
Expand All @@ -30,4 +30,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: static-analysis-report
path: ./path-to-repor
path: ./path-to-report

- name: Run Docker Compose
run: |
cd TestUtilities/DockerFiles && docker-compose up --scale chrome=3 --scale edge=3 -d
shell: bash

0 comments on commit f7cd02a

Please sign in to comment.