mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-13 04:27:01 +00:00
parent
5cecb63307
commit
770ba6dcdc
9
.github/workflows/run-release-tests.yaml
vendored
9
.github/workflows/run-release-tests.yaml
vendored
@ -10,6 +10,14 @@ on:
|
||||
type: string
|
||||
workflow_call:
|
||||
inputs:
|
||||
source:
|
||||
description: Repository with tests (current)
|
||||
required: false
|
||||
type: string
|
||||
branch:
|
||||
description: Branch with tests (master)
|
||||
required: false
|
||||
type: string
|
||||
codexdockerimage:
|
||||
description: "Codex Docker image (example: 'codexstorage/nim-codex:0.1.8-dist-tests')"
|
||||
required: true
|
||||
@ -20,7 +28,6 @@ on:
|
||||
type: string
|
||||
default: ''
|
||||
|
||||
|
||||
env:
|
||||
SOURCE: ${{ format('{0}/{1}', github.server_url, github.repository) }}
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user