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:
Adrian
2023-03-25 14:05:56 +03:00
committed by GitHub
parent 5599587dad
commit 9e9a6a35d7
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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