Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI-CACHE #5

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
DedSec256 committed Oct 25, 2020
commit 9f8b9569637c61db9a655431dfd44ae4df385c1a
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
path: ${{ env.GRADLE_USER_HOME }}/wrapper
key: ${{ runner.os }}.gradle-wrapper.${{ hashFiles('rider-fsharp/gradle/**') }}

- name: Gradle Wrapper Validation
uses: gradle/[email protected]

- name: NuGet Cache
uses: actions/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ type FSharpSignatureParserTest() =

[<Test>] member x.``Type member - Interface 01``() = x.DoNamedTest()
[<Test>] member x.``Type member - Constructor 01``() = x.DoNamedTest()
[<Test>] member x.``Type member - Member 01``() = x.DoNamedTest()

[<Test>] member x.``Hash directive 01``() = x.DoNamedTest()

Expand Down