Skip to content

Commit

Permalink
chore: update github action ot deploy vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorklauritzen committed Aug 8, 2024
1 parent 6d4182b commit fdd8b2f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/lspDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ on:
version:
type: choice
descirption: Which kind of release is this
required: true
options:
- major
- minor
- patch
push:
branches:
- interns/languageserver
inputs:
version: patch

jobs:

Expand All @@ -27,10 +33,11 @@ jobs:
distribution: 'temurin'
cache: maven

- run: export MAVEN_OPTS="-Xms128m -Xmx1024m"
- run: ./bootstrap.sh java
working-directory: ./
- run: mvn install --threads 1C
- name: Build Vespa
run: |
export MAVEN_OPTS="-Xms128m -Xmx1024m"
./bootstrap.sh java
mvn install --threads 1C
working-directory: ./

- uses: actions/setup-node@v4
Expand Down

0 comments on commit fdd8b2f

Please sign in to comment.