Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ngalaiko committed Sep 8, 2023
1 parent 837e33f commit 547d48a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,16 @@ jobs:
in: "1.30",
out: "hledger 1.30, linux-x86_64",
}
- {
os: "ubuntu-latest",
in: "1.31",
out: "hledger 1.31, linux-x86_64",
}
- {
os: "macos-latest",
in: "1.31",
out: "hledger 1.31-g7fbe76970-20230903, mac-x86_64",
}
steps:
- uses: actions/checkout@v3
- uses: ./
Expand All @@ -229,7 +239,7 @@ jobs:
- { os: "ubuntu-latest", out: "hledger 1.31, linux-x86_64" }
- {
os: "macos-latest",
out: "hledger hledger 1.31-g7fbe76970-20230903, mac-x86_64",
out: "hledger 1.31-g7fbe76970-20230903, mac-x86_64",
}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 547d48a

Please sign in to comment.