Skip to content

Commit

Permalink
Enabled unit tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Jul 7, 2024
1 parent b3540de commit 818f6b2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Run tests

on:
push:
branches:
- master
- staging
pull_request:
branches:
- master
- staging

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Unit and integration tests
run: dotnet test
21 changes: 0 additions & 21 deletions .github/workflows/unittests.yml

This file was deleted.

0 comments on commit 818f6b2

Please sign in to comment.