Skip to content

Commit 2f837aa

Browse files
committed
typo in test yml
1 parent f3cb70d commit 2f837aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/openstudio-server-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: ./ci/github-actions/setup.sh
103103
env:
104104
BUILD_TYPE: docker
105-
- name: docker-build
105+
- name: docker-build
106106
shell: bash
107107
run: |
108108
export OPENSTUDIO_TAG=3.9.0
@@ -118,6 +118,11 @@ jobs:
118118
docker buildx build . --platform linux/amd64,linux/arm64 -t "nrel/openstudio-rserve:latest" --build-arg OPENSTUDIO_VERSION=$OPENSTUDIO_TAG --push
119119
echo "docker images:"
120120
docker images --all
121+
env:
122+
CI: true
123+
OS_SERVER_NUMBER_OF_WORKERS: 4
124+
BUILD_TYPE: docker
125+
COMPOSE_INTERACTIVE_NO_CLI: 1
121126
- name: docker
122127
shell: bash
123128
run: |

0 commit comments

Comments
 (0)