Skip to content

Commit

Permalink
Remove unnecessary step from isotovideo-action.yml
Browse files Browse the repository at this point in the history
Due to isotovideo:qemu-x86-jq the step which installs jq is not needed.

Signed-off-by: ybonatakis <ybonatakis@suse.com>
  • Loading branch information
b10n1k committed Feb 12, 2024
1 parent 8428444 commit c531d10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/isotovideo-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
image: "registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86-jq"
steps:
- uses: actions/checkout@v4
- name: install jq
run: zypper -n in jq

- name: Run isotovideo against test code
run: isotovideo --exit-status-from-test-results qemu_no_kvm=1 casedir=.

0 comments on commit c531d10

Please sign in to comment.