Skip to content

Commit

Permalink
For test
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Mar 7, 2024
1 parent 2b8d140 commit b4ca0a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Install just
uses: taiki-e/install-action@just
- name: Deploy to Maven Central
run: just deploy-to-maven-central
run: just -l
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_TOKEN }}
- name: Java setup
uses: actions/setup-java@v4
with:
Expand All @@ -58,4 +55,4 @@ jobs:
run: |
curl -s "https://get.sdkman.io?rcupdate=false" | bash
source ~/.sdkman/bin/sdkman-init.sh && sdk install jbang
just perform-release
just ci-test
9 changes: 9 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,12 @@ clear-revapi:
else
echo "No justifications cleared"
fi
ci-test: build-ci python-test jbang-test
@echo "CI test"

python-test:
-[[ ${DEPLOY_WEBSITE} == "true" ]] && cd documentation && pipenv install && pipenv run mkdocs build

jbang-test:
jbang .build/CompatibilityUtils.java extract

0 comments on commit b4ca0a7

Please sign in to comment.