From a2ee22d3cb24b8da004ef1d70b2c7513e4d30e34 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 5 Jul 2023 20:27:50 -0400 Subject: [PATCH] GHA e429 verification step into the right folder --- .github/workflows/eclipse-ls-extensions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/eclipse-ls-extensions.yml b/.github/workflows/eclipse-ls-extensions.yml index 8d3a282b5..a5928e81c 100644 --- a/.github/workflows/eclipse-ls-extensions.yml +++ b/.github/workflows/eclipse-ls-extensions.yml @@ -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