ci: 👷 Create ci v1
This commit is contained in:
commit
5af7a7401a
23
.gitea/workflows/moulinette.yml
Normal file
23
.gitea/workflows/moulinette.yml
Normal file
@ -0,0 +1,23 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'archi-${{ env.PROJECT_TO_TEST }}'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with: ${{ env.PROJECT_TO_TEST }}
|
||||
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '7.0.x'
|
||||
- name: "🏗️ Build"
|
||||
run: dotnet build
|
||||
- name: "✅ Test"
|
||||
run: dotnet test
|
Loading…
x
Reference in New Issue
Block a user