Skip to content

Bump xunit.runner.visualstudio from 2.4.3 to 2.8.0 in /Difficalcy.Tests #67

Bump xunit.runner.visualstudio from 2.4.3 to 2.8.0 in /Difficalcy.Tests

Bump xunit.runner.visualstudio from 2.4.3 to 2.8.0 in /Difficalcy.Tests #67

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