Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into ledgerinit
Browse files Browse the repository at this point in the history
* upstream/develop:
  Resolve a couple of Github Action CI annoyances: (XRPLF#4413)
  • Loading branch information
ximinez committed Feb 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 5144073 + aebf2ac commit d536b7f
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ jobs:

test:
strategy:
fail-fast: false
matrix:
platform:
- ubuntu-latest
8 changes: 8 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -7,11 +7,19 @@ name: windows
# then, we leave this tombstone as a reminder that we have tried (but failed)
# to write a reliable test for Windows.
# on: [push, pull_request]
on:
workflow_dispatch:
push:
branches:
- 'action'
paths:
- '.github/workflow/windows.yml'

jobs:

test:
strategy:
fail-fast: false
matrix:
generator:
- Visual Studio 16 2019

0 comments on commit d536b7f

Please sign in to comment.