You've already forked devops-exercises
Update/run ci script (#352)
* New questions and spell check (#181) Added new questions related with KVM, Libvirt and DNF * Improve run_ci script readability * Change shell in workflow
This commit is contained in:
2
.github/workflows/ci_workflow.yml
vendored
2
.github/workflows/ci_workflow.yml
vendored
@@ -14,5 +14,5 @@ jobs:
|
||||
- name: Give executable permissions to run_ci.sh inside the scripts directory
|
||||
run: chmod a+x scripts/run_ci.sh
|
||||
- name: Run the ci script inside the scripts folder
|
||||
run: sh scripts/run_ci.sh
|
||||
run: bash scripts/run_ci.sh
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user