Skip to content

Commit

Permalink
use main's build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dshimo committed Oct 10, 2023
1 parent 01c132b commit b141188
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: '**'
pull_request:
branches: [4q2023]
branches: [main]

jobs:
liberty-config-language-server:
Expand All @@ -21,10 +21,10 @@ jobs:
java-version: 17
- name: Build LCLS
working-directory: ./liberty-ls
run: ./mvnw clean package -ntp -DskipTests
run: ./mvnw clean package
- name: Test LCLS
working-directory: ./liberty-ls
run: ./mvnw verify -ntp
run: ./mvnw verify
lemminx-liberty:
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -39,7 +39,7 @@ jobs:
java-version: 17
- name: Build Lemminx Liberty
working-directory: ./lemminx-liberty
run: ./mvnw clean package -ntp -DskipTests
run: ./mvnw clean package
- name: Test Lemminx Liberty
working-directory: ./lemminx-liberty
run: ./mvnw verify -ntp
run: ./mvnw verify

0 comments on commit b141188

Please sign in to comment.