Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fsprojects/FSharpPlus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f92d9103f9e0371bd5ca6504311fd9e2aa037425
Choose a base ref
..
head repository: fsprojects/FSharpPlus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39638fbd6e3cce293f638a22a83f070ca9cd1393
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/fable.yml
2 changes: 1 addition & 1 deletion .github/workflows/fable.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
run: npm install
- name: Run Fable tests
working-directory: tests/FSharpPlusFable.Tests
run: dotnet fable . --outDir bin --runScript ./bin
run: fable . --outDir bin --runScript ./bin

testFable3SubsetOnCore:
runs-on: ubuntu-latest