Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Failing after 1m44s
Some checks failed
Build Resilient App / build (push) Failing after 1m44s
This commit is contained in:
parent
1e54829532
commit
422622b255
1 changed files with 4 additions and 6 deletions
|
@ -18,16 +18,14 @@ jobs:
|
|||
run: |
|
||||
apt-get update
|
||||
apt-get install -y nodejs npm openjdk-17-jdk maven git
|
||||
export JAVA_HOME=$(dirname $(dirname $(readlink -f $(which javac))))
|
||||
echo "JAVA_HOME=$JAVA_HOME" >> $GITHUB_ENV
|
||||
|
||||
- name: Set up Java and Node
|
||||
run: |
|
||||
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
|
||||
export PATH=$JAVA_HOME/bin:$PATH
|
||||
node -v
|
||||
npm -v
|
||||
java -version
|
||||
mvn -v
|
||||
|
||||
mvn -version
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: |
|
||||
cd src/main/webapp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue