mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-04 06:53:11 +00:00
Fix yml file
This commit is contained in:
parent
6034992be6
commit
77817409b2
16
.github/workflows/Repeated_tests_endurancce.yml
vendored
16
.github/workflows/Repeated_tests_endurancce.yml
vendored
@ -2,7 +2,7 @@ name: Repeated Test Suite
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
repeated-tests:
|
repeated-tests:
|
||||||
runs-on: [self-hosted, ubuntu-22.04]
|
runs-on: [self-hosted, ubuntu-22.04]
|
||||||
@ -14,13 +14,13 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Initialize & update submodules
|
- name: Initialize submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Prepare third_party directory
|
- name: Prepare third_party directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p third_party
|
mkdir -p third_party
|
||||||
chown $USER third_party
|
chown $USER third_party
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
@ -30,12 +30,8 @@ jobs:
|
|||||||
- name: Install Go dependencies
|
- name: Install Go dependencies
|
||||||
run: go mod download
|
run: go mod download
|
||||||
|
|
||||||
- name: Build nwaku dependencies
|
- name: Build dependencies
|
||||||
run: |
|
run: make -C waku
|
||||||
cd third_party/nwaku
|
|
||||||
make update
|
|
||||||
make libwaku
|
|
||||||
make -C waku
|
|
||||||
|
|
||||||
- name: Clean environment
|
- name: Clean environment
|
||||||
run: go clean -cache
|
run: go clean -cache
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user