Skip to content

Merge branch 'main' of https://github.com/illunix/Axepta.SDK into dev #6

Merge branch 'main' of https://github.com/illunix/Axepta.SDK into dev

Merge branch 'main' of https://github.com/illunix/Axepta.SDK into dev #6

Workflow file for this run

name: 'CI'
on:
push:
branches:
- main
- dev
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
global-json-file: './global.json'
- run: dotnet --version
- name: Build
run: dotnet build
- name: Test
run: dotnet test --no-build