Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,19 +357,19 @@ blocks:
commands:
- bash tests/sem_service/$TEST

- name: "Bats: xcode15 arm"
- name: "Bats: xcode26 arm"
dependencies:
- "Build local CLIs"
task:
agent:
machine:
type: a2-standard-4
os_image: macos-xcode15
os_image: macos-xcode26

prologue:
commands:
- checkout
- brew untap homebrew/homebrew-cask-versions --force
# - brew untap homebrew/homebrew-cask-versions --force
- brew update
- brew upgrade ruby-build
- artifact pull workflow bin/linux/amd64/cache -d cache-cli/bin/linux/amd64/cache
Expand Down Expand Up @@ -430,7 +430,7 @@ blocks:
values:
- tests/artifacts.bats
- tests/test-results.bats
- tests/xcode15_sem_version.bats
- tests/xcode26_sem_version.bats
- tests/sem-semantic-release.bats
- tests/system_metrics_collector.bats
commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ setup() {
assert_output --partial "3.3.3"
}

@test "[macOS] sem-version node - 14.16.1 " {
run sem-version node 14.16.1
@test "[macOS] sem-version node - 22 " {
run sem-version node 22
assert_success
assert_output --partial "14.16.1"
assert_output --partial "22"
run node --version
assert_success
}
Expand Down
Loading