Skip to content

Commit

Permalink
Ensure s101 Runs After Assemble
Browse files Browse the repository at this point in the history
Issue gh-16482
  • Loading branch information
jzheaux committed Jan 24, 2025
1 parent d6b295b commit 43a2fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
env:
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
run: |
./gradlew assemble s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
./gradlew assemble && ./gradlew s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
deploy-artifacts:
name: Deploy Artifacts
needs: [ build, test, check-samples, check-tangles ]
Expand Down

0 comments on commit 43a2fbf

Please sign in to comment.