Skip to content

HW 13. Завершити Apі клінап. #13

HW 13. Завершити Apі клінап.

HW 13. Завершити Apі клінап. #13

name: Atata_UploadDownloadTests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Atata.UploadDownloadTests
run: dotnet test --no-build --verbosity normal --filter "Category=UploadDownloadTests" AtataUITests/AtataUITests.csproj