GHA e429 verification step into the right folder
This commit is contained in:
1
.github/workflows/eclipse-ls-extensions.yml
vendored
1
.github/workflows/eclipse-ls-extensions.yml
vendored
@@ -43,4 +43,5 @@ jobs:
|
||||
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: |
|
||||
cd eclipse-language-servers
|
||||
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