Skip to content

Commit

Permalink
build: run dotnet sample on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Apr 29, 2024
1 parent 227fa2b commit 5d3fd1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@ jobs:
bundle install
bundle exec rake run
dotnet-samples:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Switch Docker daemon
run: $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchDaemon
- name: Run npgsql Sample tests
working-directory: ./samples/dotnet/npgsql-sample
run: dotnet run Program.cs

0 comments on commit 5d3fd1a

Please sign in to comment.