Cleanup GHA. Execute unit tests for ls jars. Verify build on e429

This commit is contained in:
aboyko
2023-07-05 20:02:24 -04:00
parent 3c1f29715b
commit d37d33e528
2 changed files with 6 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
eclipse-distro-build:
eclipse-language-servers-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
@@ -27,7 +27,7 @@ jobs:
- name: Build Language Servers JARs
run: |
cd headless-services
xvfb-run ./mvnw --batch-mode clean install -DskipTests
xvfb-run ./mvnw --batch-mode clean install
- name: Install GPG key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" > gpg.asc
@@ -38,7 +38,9 @@ jobs:
tools_s3_secret_key: ${{ secrets.TOOLS_S3_SECRET_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg_keyname: ${{ secrets.GPG_KEYID }}
# gpg_homedir: ${{ github.workspace }}
run: |
cd eclipse-language-servers
xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
- name: Verify Eclipse LS Extensions on e429
run: |
xvfb-run ./mvnw --batch-mode clean package -Pe429 -Psnapshot -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore