Skip to content

Commit

Permalink
GH actions/test: don't setup repos outside of the container env
Browse files Browse the repository at this point in the history
I noticed that the action that is running unit tests on Fedora was
setting up YUM repository for osbuild on the Ubuntu runner and then
again inside the Fedora container in which it runs unit tests.

Setting the osbuild YUM repository on the Ubuntu runner is useless,
therefore delete the task.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza authored and achilleas-k committed Jan 7, 2025
1 parent bd071b6 commit 3cd836c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up repository for pinned osbuild commit
run: ./test/scripts/setup-osbuild-repo

- name: Run unit tests
run: make BASE_CONTAINER_IMAGE_TAG=${{matrix.fedora_version}} gh-action-test

Expand Down

0 comments on commit 3cd836c

Please sign in to comment.