From b75052c7d72924f0124e58d3c8b7a515d6762354 Mon Sep 17 00:00:00 2001 From: ilovethensa <145558184+ilovethensa@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:09:23 +0200 Subject: [PATCH] Update ourcustomci.yml --- .github/workflows/ourcustomci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ourcustomci.yml b/.github/workflows/ourcustomci.yml index 6452287..52fc798 100644 --- a/.github/workflows/ourcustomci.yml +++ b/.github/workflows/ourcustomci.yml @@ -15,5 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Get container + run: docker pull ghcr.io/soviet-linux/cccp:sha256-b57f307e4817a525a76ae581bc0220f97073d19806c4ddf8649eaae3df1b956d.sig - name: Test packages - run: docker run ghcr.io/soviet-linux/cccp spm-test install testing/src/*.ecmp && docker run ghcr.io/soviet-linux/cccp spm-test install lxde/src/*.ecmp && docker run ghcr.io/soviet-linux/cccp spm-test install xorg/src/*.ecmp && spm-test install xfce/src/*.ecmp && docker run ghcr.io/soviet-linux/cccp spm-test install kde/src/*.ecmp && docker run ghcr.io/soviet-linux/cccp spm-test install base/src/*.ecmp + run: docker run cccp spm-test install testing/src/*.ecmp && docker run cccp spm-test install lxde/src/*.ecmp && docker run cccp spm-test install xorg/src/*.ecmp && spm-test install xfce/src/*.ecmp && docker run cccp spm-test install kde/src/*.ecmp && docker run cccp spm-test install base/src/*.ecmp