Skip to content

Bump xunit from 2.4.1 to 2.8.0 in /Difficalcy.Tests #72

Bump xunit from 2.4.1 to 2.8.0 in /Difficalcy.Tests

Bump xunit from 2.4.1 to 2.8.0 in /Difficalcy.Tests #72

Workflow file for this run

name: test-on-push
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test
e2e-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test-e2e