Skip to content

Commit

Permalink
Update ourcustomci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovethensa authored Oct 29, 2023
1 parent a09d19b commit b75052c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ourcustomci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b75052c

Please sign in to comment.