Move list my drives api endpoint to v1beta1 #156
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- "*" | ||
workflow_dispatch: | ||
jobs: | ||
litmus: | ||
needs: | ||
- docker-revad-eos | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
test: [litmus-1, litmus-2] | ||
uses: ./.github/workflows/compose.yml | ||
with: | ||
test: ${{ matrix.test }} |