Skip to content

Commit

Permalink
refactor: 🔥 removed central maven publish step from the workflow (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB authored Sep 11, 2024
1 parent f3fe3d1 commit 5e2adfe
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 311 deletions.
12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,23 +116,6 @@ jobs:
directory: ${{ github.workspace }}/java-test/nexus/with-gpg
maven_args: -DskipTests -Dcheckstyle.skip

- name: Check the workflow for Central
id: test-action-central
uses: ./
with:
gpg_private_key: ${{ env.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ env.GPG_PASSPHRASE }}
server_username: ${{ env.CENTRAL_USERNAME }}
server_password: ${{ env.CENTRAL_PASSWORD }}
maven_profiles: release
server_id: central
directory: ${{ github.workspace }}/java-test/central
maven_args: -DskipTests -Dcheckstyle.skip

- name: Print Nexus Output
id: output-nexus
run: echo "${{ steps.test-action-nexus.outputs.published }}"

- name: Print Nexus Output
id: output-central
run: echo "${{ steps.test-action-central.outputs.published }}"
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@eslint/js": "^9.10.0",
"@stylistic/eslint-plugin-js": "^2.7.2",
"@stylistic/eslint-plugin-ts": "^2.7.2",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@stylistic/eslint-plugin-ts": "^2.8.0",
"@tsconfig/node18": "^18.2.4",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "9.2.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "9.10.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0"
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0"
},
"jest": {
"preset": "ts-jest",
Expand Down
Loading

0 comments on commit 5e2adfe

Please sign in to comment.