Cleanup GHA. Execute unit tests for ls jars. Verify build on e429
This commit is contained in:
10
.github/workflows/eclipse-ls-extensions.yml
vendored
10
.github/workflows/eclipse-ls-extensions.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user