Skip to content

Commit 43a2fbf

Browse files
committed
Ensure s101 Runs After Assemble
Issue gh-16482
1 parent d6b295b commit 43a2fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
env:
8080
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
8181
run: |
82-
./gradlew assemble s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
82+
./gradlew assemble && ./gradlew s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
8383
deploy-artifacts:
8484
name: Deploy Artifacts
8585
needs: [ build, test, check-samples, check-tangles ]

0 commit comments

Comments
 (0)