Skip to content

Merge pull request #63 from christianhelle/dependabot/nuget/xunit-2.9.2 #118

Merge pull request #63 from christianhelle/dependabot/nuget/xunit-2.9.2

Merge pull request #63 from christianhelle/dependabot/nuget/xunit-2.9.2 #118

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
paths-ignore:
- '**/*'
- '!.github/workflows/build.yml'
- '!src/**/*.csproj'
- '!src/**/*.cs'
branches:
- '*'
pull_request:
paths-ignore:
- '**/*'
- '!.github/workflows/build.yml'
- '!src/**/*.csproj'
- '!src/**/*.cs'
branches:
- '*'
jobs:
build:
name: 👌 Verify build
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout repository
uses: actions/checkout@v4
- name: 🛠️ Build
run: dotnet build -c Release OasReader.sln -p:UseSourceLink=true
- name: 🧪 Test
run: dotnet test OasReader.sln -c Release
- name: 🗳️ Upload
uses: actions/upload-artifact@v4
with:
name: Packages
path: |
**/*.nupkg
README.md