Skip to content

WIP: add option to disable versioning in EOS upon PUT request #20

WIP: add option to disable versioning in EOS upon PUT request

WIP: add option to disable versioning in EOS upon PUT request #20

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- "*"
workflow_dispatch:
jobs:
litmus:

Check failure on line 10 in .github/workflows/test-litmus.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test-litmus.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
needs:
- docker-revad-eos
strategy:
fail-fast: false
matrix:
test: [litmus-1, litmus-2]
uses: ./.github/workflows/compose.yml
with:
test: ${{ matrix.test }}