Skip to content

Commit

Permalink
Merge pull request #96 from Rekkonnect/ci/improvement-01
Browse files Browse the repository at this point in the history
Improve Action workflow
  • Loading branch information
Rekkonnect authored Jan 8, 2025
2 parents f232e6b + d833f80 commit 7a9ecb9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/testRunner_Syndiesis.Tests.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
name: Run Syndiesis.Tests
name: run-tests-windows

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build:
run:
runs-on: windows-latest

steps:
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Checkout
uses: actions/checkout@v4

- name: Checkout Code
uses: actions/checkout@v1

- name: Run Syndiesis.Tests
- name: Run tests in Syndiesis.Tests
run: dotnet test Syndiesis.Tests/Syndiesis.Tests.csproj

0 comments on commit 7a9ecb9

Please sign in to comment.