Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michalJakubis authored Oct 14, 2024
1 parent 681844f commit edaca9d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- "**.targets"
- "**.sln"
- "**/Client/**/*.json"
- ".github/workflows/ci.yml"
pull_request:
branches: [main]
paths:
Expand All @@ -23,6 +24,7 @@ on:
- "**.targets"
- "**.sln"
- "**/Client/**/*.json"
- ".github/workflows/ci.yml"

jobs:
build:
Expand All @@ -39,10 +41,10 @@ jobs:
SIGN_FILE: false

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

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

Expand All @@ -53,4 +55,4 @@ jobs:
run: dotnet build --configuration Release --no-restore

- name: Test Solution
run: dotnet test --configuration Release --no-build --no-restore
run: dotnet test --configuration Release --no-build --no-restore

0 comments on commit edaca9d

Please sign in to comment.