mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-24 15:32:15 +00:00
parent
1dd30ba0ac
commit
4c820ce9b3
15
.github/workflows/snapshot.yml
vendored
15
.github/workflows/snapshot.yml
vendored
@ -47,21 +47,10 @@ jobs:
|
||||
dependencies: ${{ inputs.cargo-dependencies }}
|
||||
path: service
|
||||
|
||||
- name: Download marine artifact
|
||||
id: marine
|
||||
uses: actions/download-artifact@v3
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: marine
|
||||
path: ~/.local/bin
|
||||
|
||||
- name: Make marine executable
|
||||
if: steps.marine.outcome == 'success'
|
||||
run: chmod +x ~/.local/bin/marine
|
||||
|
||||
- name: Setup marine
|
||||
if: steps.marine.outcome == 'failure'
|
||||
uses: fluencelabs/setup-marine@v1
|
||||
with:
|
||||
artifact-name: marine
|
||||
|
||||
- name: Build and package aqua-ipfs
|
||||
working-directory: ./service
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -60,6 +60,8 @@ jobs:
|
||||
|
||||
- name: Setup marine
|
||||
uses: fluencelabs/setup-marine@v1
|
||||
with:
|
||||
artifact-name: marine
|
||||
|
||||
- name: Build aqua-ipfs
|
||||
working-directory: ./service
|
||||
|
Loading…
x
Reference in New Issue
Block a user