diff --git a/.github/workflows/eclipse-ls-extensions-build.yml b/.github/workflows/eclipse-ls-extensions-build.yml
index 6642b490b..797814521 100644
--- a/.github/workflows/eclipse-ls-extensions-build.yml
+++ b/.github/workflows/eclipse-ls-extensions-build.yml
@@ -19,7 +19,7 @@ on:
skip_tests:
description: skip ls tests execution
required: false
- default: false
+ default: true
type: boolean
sts4-language-servers-version:
description: version of sts4 ls extensions
@@ -73,6 +73,16 @@ jobs:
echo "AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY" >> $GITHUB_ENV
echo "AWS_SESSION_TOKEN=$AWS_SESSION_TOKEN" >> $GITHUB_ENV
echo "AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION" >> $GITHUB_ENV
+ - name: Test Akamai Upload
+ env:
+ AWS_DEFAULT_REGION: us-east-1
+ run: |
+ file="upload-test.txt"
+ echo 'Upload test file' > $file
+ cat $file
+ echo $AWS_SESSION_TOKEN
+ aws s3 mv ./$file s3://tools-spring-io/test-akamai/$file
+ aws s3 rm s3://tools-spring-io/test-akamai/$file
- name: Build Eclipse LS extensions
env:
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
diff --git a/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml b/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml
index cc3dccd09..e17663af6 100644
--- a/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml
+++ b/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml
@@ -60,6 +60,9 @@
+
+
+