Get Operator files for testing (#1613)

This commit is contained in:
Cesar Celis Hernandez
2022-02-22 13:53:39 -05:00
committed by GitHub
parent 4bc90588fb
commit b130c89297
45 changed files with 8 additions and 9599 deletions

View File

@@ -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: |