Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Failing after 11m23s
Some checks failed
Build Resilient App / build (push) Failing after 11m23s
This commit is contained in:
parent
15e0fe6249
commit
c4d6bd24f6
1 changed files with 11 additions and 10 deletions
|
@ -14,17 +14,18 @@ jobs:
|
||||||
- name: Show working directory contents
|
- name: Show working directory contents
|
||||||
run: ls -la
|
run: ls -la
|
||||||
|
|
||||||
- name: Install system dependencies
|
# Because I created a custom image with these dependencies installed, no need to keep them in the pipeline
|
||||||
run: |
|
# - name: Install system dependencies
|
||||||
apt-get update
|
# run: |
|
||||||
apt-get install -y nodejs npm openjdk-17-jdk maven git
|
# apt-get update
|
||||||
export JAVA_HOME=$(dirname $(dirname $(readlink -f $(which javac))))
|
# apt-get install -y nodejs npm openjdk-17-jdk maven git
|
||||||
echo "JAVA_HOME=$JAVA_HOME" >> $GITHUB_ENV
|
# export JAVA_HOME=$(dirname $(dirname $(readlink -f $(which javac))))
|
||||||
|
# echo "JAVA_HOME=$JAVA_HOME" >> $GITHUB_ENV
|
||||||
|
|
||||||
node -v
|
# node -v
|
||||||
npm -v
|
# npm -v
|
||||||
java -version
|
# java -version
|
||||||
mvn -version
|
# mvn -version
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue