Compare commits

...

4 Commits

Author SHA1 Message Date
a7b9c3409e Update README.md 2026-02-01 22:31:49 +04:00
6e5fa35376 Update main.yml 2026-02-01 22:31:43 +04:00
ed69e99972 Update github action.yml 2026-02-01 22:24:16 +04:00
de9e401e8e Create github action.yml 2026-02-01 22:20:41 +04:00
2 changed files with 34 additions and 0 deletions

31
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,31 @@
name: Autotests CI
on:
push:
branches:
- '**'
jobs:
test-job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore
working-directory: ./LR1
- name: Build
run: dotnet build --configuration Release --no-restore
working-directory: ./LR1
- name: Run unit tests
run: dotnet test --no-build --verbosity normal
working-directory: ./LR1

View File

@@ -1,4 +1,7 @@
# ISTU_TEST_LR1 # ISTU_TEST_LR1
[![Autotests CI](https://github.com/KhasanovAMdev/ISTU_TEST_LR1/actions/workflows/main.yml/badge.svg)](https://github.com/KhasanovAMdev/ISTU_TEST_LR1/actions/workflows/main.yml)
гр. Б22-191-1з, Хасанов Артур Марсович. гр. Б22-191-1з, Хасанов Артур Марсович.
Задание - вариант 35 Задание - вариант 35