mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 19:51:13 +00:00
parent
51254d14fe
commit
ef93d17362
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -15,3 +15,5 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
aqua-playground:
|
aqua-playground:
|
||||||
uses: ./.github/workflows/tests.yml
|
uses: ./.github/workflows/tests.yml
|
||||||
|
with:
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -3,6 +3,10 @@ name: Run tests with workflow_call
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
|
ref:
|
||||||
|
description: "git ref to checkout to"
|
||||||
|
type: string
|
||||||
|
default: "master"
|
||||||
fluence-env:
|
fluence-env:
|
||||||
description: "Fluence enviroment to run tests agains"
|
description: "Fluence enviroment to run tests agains"
|
||||||
type: string
|
type: string
|
||||||
@ -62,6 +66,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: fluencelabs/aqua-playground
|
repository: fluencelabs/aqua-playground
|
||||||
|
ref: ${{ inputs.ref }}
|
||||||
|
|
||||||
- name: Pull rust-peer image
|
- name: Pull rust-peer image
|
||||||
run: docker pull $RUST_PEER_IMAGE
|
run: docker pull $RUST_PEER_IMAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user