✨ Add caching service and cached leaderboard, and user rankings #536
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | |
on: | |
pull_request: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
admin: | |
uses: ./.github/workflows/ci.yml | |
with: | |
project_path: src/AdminUI/AdminUI.csproj | |
api: | |
uses: ./.github/workflows/ci.yml | |
with: | |
project_path: src/WebAPI/WebAPI.csproj | |
mobile: | |
uses: ./.github/workflows/ci.yml | |
with: | |
project_path: src/MobileUI/MobileUI.csproj | |
test_mobile: true |