Skip to content

Commit

Permalink
curl test and remove mvn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
slow-groovin committed Aug 15, 2024
1 parent dfdbd61 commit b372ce4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-image-build-push-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: test curl
run: |
curl -L \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/users/slow-groovin/packages/maven/com.github.action.test.github-package-upload-config
- name: Checkout code
uses: actions/checkout@v4

Expand All @@ -18,7 +25,7 @@ jobs:
with:
java-version: '21'
distribution: 'liberica'
cache: maven
#cache: maven
- name: run echo something
run: |
echo github.workspace:${{ github.workspace }}
Expand Down

0 comments on commit b372ce4

Please sign in to comment.