Skip to content

Commit

Permalink
ci: fix run issue
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 5, 2024
1 parent f1b2e6e commit b134185
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cs9-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: bootc-workflow-test

- name: Sync test code here
command: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .
run: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
path: bootc-workflow-test

- name: Sync test code here
command: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .
run: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
path: bootc-workflow-test

- name: Sync test code here
command: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .
run: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
path: bootc-workflow-test

- name: Sync test code here
command: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .
run: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rhel9-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: bootc-workflow-test

- name: Sync test code here
command: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .
run: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
path: bootc-workflow-test

- name: Sync test code here
command: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .
run: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
path: bootc-workflow-test

- name: Sync test code here
command: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .
run: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
path: bootc-workflow-test

- name: Sync test code here
command: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .
run: rsync -a --exclude='.git' --exclude='.github' --exclude='.tekton' --exclude='.gitignore' --exclude='.yamllint.yml' --exclude='LICENSE' --exclude='README.md' ./bootc-workflow-test .

- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
Expand Down

0 comments on commit b134185

Please sign in to comment.