Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fsprojects/FsHttp
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Aug 5, 2023
2 parents 85f5fcc + 2864347 commit 7ff943a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/push-master_pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

runs-on: ubuntu-latest

defaults:
run:
working-directory: ./src
# defaults:
# run:
# working-directory: ./src

steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +26,5 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.x
- name: Restore dependencies
run: dotnet restore
- name: Test
run: dotnet test --verbosity normal
- name: Run Tests
run: dotnet fsi build.fsx test

0 comments on commit 7ff943a

Please sign in to comment.