Skip to content

Smart Contract listing endpoints and GraphQl duration metrics #143

Smart Contract listing endpoints and GraphQl duration metrics

Smart Contract listing endpoints and GraphQl duration metrics #143

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore ./backend/CcScan.Backend.sln
- name: Build
run: dotnet build ./backend/CcScan.Backend.sln -c Release --no-restore
- name: Test
run: dotnet test ./backend/CcScan.Backend.sln --filter Category!=IntegrationTests -c Release --no-build --verbosity normal