Skip to content

Commit 3f341b0

Browse files
removed artifacts github ci
1 parent c8450c2 commit 3f341b0

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/main.yml

+1-17
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ jobs:
3535
npm install
3636
npm run compile
3737
38-
- name: Upload Artifact
39-
uses: actions/upload-artifact@v4
40-
if: ${{ always() }}
41-
with:
42-
name: logs
43-
path: ~/.npm/_logs/*
44-
retention-days: 14
45-
4638
test:
4739
name: Test
4840
runs-on: ubuntu-latest
@@ -103,12 +95,4 @@ jobs:
10395
nohup ./kafka/bin/zookeeper-server-start.sh ./kafka/config/zookeeper.properties &
10496
nohup ./kafka/bin/kafka-server-start.sh ./kafka/config/server.properties &
10597
nohup ./kafka/bin/kafka-topics.sh --create --topic bgpalerter --bootstrap-server 0.0.0.0:9092 --replication-factor 1 --partitions 1 &
106-
sleep 30 && npm run test-kafka
107-
108-
- name: Upload Artifact
109-
uses: actions/upload-artifact@v4
110-
if: ${{ always() }}
111-
with:
112-
name: logs
113-
path: ~/.npm/_logs/*
114-
retention-days: 14
98+
sleep 30 && npm run test-kafka

0 commit comments

Comments
 (0)