Skip to content

Commit

Permalink
cache RPM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 13, 2024
1 parent ea0be77 commit 05a7ae4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,15 @@ jobs:
working-directory: packaging/rpm

- name: Test
run: ./test -p "$WORKSPACE" -d "output/$DISTRIBUTION" -c cache -x "$TEST_DISTRO_NAME" -a "$RPM_ARCH" -A "$DOCKER_ARCH" -j
run: >
./test
-p "$WORKSPACE"
-d "output/$DISTRIBUTION"
-c cache
-x "$TEST_DISTRO_NAME"
-a "$RPM_ARCH"
-A "$DOCKER_ARCH"
-j
env:
WORKSPACE: ${{ github.workspace }}
DISTRIBUTION: ${{ matrix.distro }}
Expand Down

0 comments on commit 05a7ae4

Please sign in to comment.