Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Dec 13, 2024
1 parent 201b87f commit 3cf64e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,18 @@ jobs:
run: |
update-java-alternatives --list
sudo update-java-alternatives --set /usr/lib/jvm/temurin-8-jdk-amd64
export JAVA_HOME=/usr/lib/jvm/temurin-8-jdk-amd64
java -version
- name: install jmeter
env:
JAVA_HOME: /usr/lib/jvm/temurin-8-jdk-amd64
run: |
echo $JAVA_HOME
make install-jmeter
- name: start mirror server
env:
JAVA_HOME: /usr/lib/jvm/temurin-8-jdk-amd64
run: |
echo $JAVA_HOME
make start-mirror-server
- name: Setup LNbits and run
Expand Down

0 comments on commit 3cf64e7

Please sign in to comment.