Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Sep 3, 2024
1 parent dccc957 commit 560c801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
os: [ ubuntu-latest, macos-11, macos-latest ]
# the OS supported by GitHub Actions
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
os: [ ubuntu-latest, macos-12, macos-latest ]
fail-fast: false
max-parallel: 64
name: Test on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion test/my_unit_test_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ die() {

assertArrayEquals() {
(($# == 2 || $# == 3)) || die "assertArrayEquals must 2 or 3 arguments!"
local failMsg=""
local failMsg=
(($# == 3)) && {
failMsg=$1
shift
Expand Down

0 comments on commit 560c801

Please sign in to comment.