Skip to content

Commit

Permalink
fix typo in createTestProjectSet.sh ... improve ci.yml names
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 23, 2023
1 parent ecde85b commit 18ff186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
export CI="true"
$GSDEVKIT_STONES_ROOT/tests/test_help.sh
shell: bash
- name: run project sets
- name: run project set tests
run: |
export GEMSTONE_ROOT=${{ steps.setup-GsDevKit_stones.outputs.gemstone-product-path }}
export SUPERDOIT_ROOT=${{ steps.setup-GsDevKit_stones.outputs.superDoit-root }}
Expand All @@ -153,7 +153,7 @@ jobs:
export CI="true"
$GSDEVKIT_STONES_ROOT/tests/test_projectSets.sh
shell: bash
- name: run default registry
- name: run default registry test
run: |
export GEMSTONE_ROOT=${{ steps.setup-GsDevKit_stones.outputs.gemstone-product-path }}
export SUPERDOIT_ROOT=${{ steps.setup-GsDevKit_stones.outputs.superDoit-root }}
Expand All @@ -180,7 +180,7 @@ jobs:
export CI="true"
$GSDEVKIT_STONES_ROOT/tests/test_defaultRegistry.sh
shell: bash
- name: run rowanV3-alpha1
- name: run rowanV3-alpha1 test
run: |
export GEMSTONE_ROOT=${{ steps.setup-GsDevKit_stones.outputs.gemstone-product-path }}
export SUPERDOIT_ROOT=${{ steps.setup-GsDevKit_stones.outputs.superDoit-root }}
Expand All @@ -207,7 +207,7 @@ jobs:
export CI="true"
$GSDEVKIT_STONES_ROOT/tests/test_rowanV3_alpha.sh
shell: bash
- name: run tODE
- name: run tODE test
run: |
export GEMSTONE_ROOT=${{ steps.setup-GsDevKit_stones.outputs.gemstone-product-path }}
export SUPERDOIT_ROOT=${{ steps.setup-GsDevKit_stones.outputs.superDoit-root }}
Expand Down
2 changes: 1 addition & 1 deletion tests/createTestProjectSet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ ! -d $STONES_HOME/test_git ]; then
mkdir $STONES_HOME/test_git
fi

registryReport.solo --registry=$registry --ensure
createRegistry.solo --registry=$registry --ensure

set +e
createProjectSet.solo --registry=$registry --projectSet=$projectSet --empty $*
Expand Down

0 comments on commit 18ff186

Please sign in to comment.