Skip to content

Add Redis caching for tickets with cache stamp invalidation #1

Add Redis caching for tickets with cache stamp invalidation

Add Redis caching for tickets with cache stamp invalidation #1

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore OmniDesk.sln
- name: Build
run: dotnet build OmniDesk.sln --configuration Release --no-restore
- name: Test
run: dotnet test OmniDesk.sln --configuration Release --no-build