Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into neverfeature
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
2 parents a102cd0 + aebf2ac commit 4c9191f
Show file tree
Hide file tree
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
Expand Up @@ -5,6 +5,7 @@ jobs:

test:
strategy:
fail-fast: false
matrix:
platform:
- ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c9191f

Please sign in to comment.