Skip to content

Commit

Permalink
Add gh workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
occluder committed Jun 12, 2024
1 parent 0e0f7ef commit c4beae3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/test-helix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Test (Helix)

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

build:

runs-on: windows-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Run tests
run: |
cd .\MiniTwitch.Helix.Test\
dotnet test

0 comments on commit c4beae3

Please sign in to comment.