Skip to content

Bump xunit from 2.8.1 to 2.9.0 #493

Bump xunit from 2.8.1 to 2.9.0

Bump xunit from 2.8.1 to 2.9.0 #493

Workflow file for this run

name: docker
on:
push:
branches: [main, support/*]
tags: ["*"]
pull_request:
branches: [main, support/*]
jobs:
docker:
name: build & run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: docker build
run: docker build -t json-ld.net .
- name: docker test
run: docker run --rm json-ld.net dotnet test