Skip to content

♻️ CI/CD | Update actions/upload-artifact and actions/download-artifact to v4 #465

♻️ CI/CD | Update actions/upload-artifact and actions/download-artifact to v4

♻️ CI/CD | Update actions/upload-artifact and actions/download-artifact to v4 #465

Workflow file for this run

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