We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b295b commit 43a2fbfCopy full SHA for 43a2fbf
.github/workflows/continuous-integration-workflow.yml
@@ -79,7 +79,7 @@ jobs:
79
env:
80
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
81
run: |
82
- ./gradlew assemble s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
+ ./gradlew assemble && ./gradlew s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
83
deploy-artifacts:
84
name: Deploy Artifacts
85
needs: [ build, test, check-samples, check-tangles ]
0 commit comments