Skip to content

Bump Hangfire.Core from 1.7.30 to 1.8.0 #68

Bump Hangfire.Core from 1.7.30 to 1.8.0

Bump Hangfire.Core from 1.7.30 to 1.8.0 #68

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal