mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-12 08:30:45 -04:00
Delete .github/workflows/testnetsetup.yml
This commit is contained in:
parent
766d0de120
commit
1c13d36d34
1 changed files with 0 additions and 47 deletions
47
.github/workflows/testnetsetup.yml
vendored
47
.github/workflows/testnetsetup.yml
vendored
|
@ -1,47 +0,0 @@
|
||||||
name: testnet-setup
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- '**/README.md'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout Repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Set up JDK 21
|
|
||||||
uses: actions/setup-java@v4
|
|
||||||
with:
|
|
||||||
java-version: '21'
|
|
||||||
distribution: 'adopt'
|
|
||||||
cache: gradle
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y make wget git rpm libfuse2 flatpak flatpak-builder appstream
|
|
||||||
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
||||||
|
|
||||||
- name: Build Haveno
|
|
||||||
run: |
|
|
||||||
make clean
|
|
||||||
make
|
|
||||||
|
|
||||||
- name: Set Up Local Monero Testnet
|
|
||||||
run: |
|
|
||||||
make monerod1-local
|
|
||||||
make monerod2-local
|
|
||||||
start_mining 9tsUiG9bwcU7oTbAdBwBk2PzxFtysge5qcEsHEpetmEKgerHQa1fDqH7a4FiquZmms7yM22jdifVAD7jAb2e63GSJMuhY75 1
|
|
||||||
|
|
||||||
- name: Upload Test Artifacts
|
|
||||||
if: failure()
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: test-reports
|
|
||||||
path: path/to/test-reports
|
|
Loading…
Add table
Add a link
Reference in a new issue