Skip to content

Commit 19aa663

Browse files
committed
#RI-6158 - Turn off auto run Unit tests
1 parent 9aef9db commit 19aa663

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/pipeline-build-linux.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,22 @@ jobs:
7979
./release/*-linux.yml
8080
8181
- uses: actions/[email protected]
82-
name: Upload artifacts
82+
name: Upload Deb artifact
8383
with:
84-
name: 'linux-builds'
84+
name: 'linux-deb-build'
8585
path: |
8686
./release/Redis-Insight*.deb
87+
88+
- uses: actions/[email protected]
89+
name: Upload rpm artifacts
90+
with:
91+
name: 'linux-rpm-build'
92+
path: |
8793
./release/Redis-Insight*.rpm
94+
95+
- uses: actions/[email protected]
96+
name: Upload snap artifact
97+
with:
98+
name: 'linux-snap-builds'
99+
path: |
88100
./release/Redis-Insight*.snap

0 commit comments

Comments
 (0)