ci: test something
Signed-off-by: Timothy Schenk <admin@rainote.dev>
This commit is contained in:
parent
3a24dabdf2
commit
9286c9fe98
2 changed files with 154 additions and 154 deletions
|
@ -188,8 +188,8 @@ jobs:
|
||||||
uses: https://github.com/actions/setup-dotnet@v3
|
uses: https://github.com/actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
7.0
|
9.0
|
||||||
8.0
|
dotnet-quality: preview
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
dotnet restore
|
dotnet restore
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: PR Workflow
|
name: PR Workflow
|
||||||
run-name: ${{ gitea.actor }} PR related workflow
|
run-name: ${{ gitea.actor }} PR related workflow
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -152,8 +152,8 @@ jobs:
|
||||||
uses: https://github.com/actions/setup-dotnet@v3
|
uses: https://github.com/actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-version: |
|
||||||
7.0
|
9.0
|
||||||
8.0
|
dotnet-quality: preview
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
dotnet restore
|
dotnet restore
|
||||||
|
|
Loading…
Add table
Reference in a new issue