Skip to content

Commit

Permalink
Issue #19: unique names for CI jobs and script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Sep 6, 2021
1 parent 0f6f879 commit 9885270
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: solo CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stone_361.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: stone_361 CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion dev/downloadSoloGemStone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [ "$PLATFORM" = "macos-10.15" ] ; then
ln -s GemStone64Bit${vers}-i386.Darwin product
else
ln -s GemStone64Bit${vers}-x86_64.Linux product
fi``
fi

0 comments on commit 9885270

Please sign in to comment.