Get Operator files for testing (#1613)
This commit is contained in:
committed by
GitHub
parent
4bc90588fb
commit
b130c89297
5
.github/workflows/operator.yaml
vendored
5
.github/workflows/operator.yaml
vendored
@@ -27,6 +27,11 @@ jobs:
|
||||
node-version: '17'
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
- name: Check out operator as a nested repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: minio/operator
|
||||
path: operator
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user