Commit 3f341b0 1 parent c8450c2 commit 3f341b0 Copy full SHA for 3f341b0
File tree 1 file changed +1
-17
lines changed
1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 35
35
npm install
36
36
npm run compile
37
37
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
-
46
38
test :
47
39
name : Test
48
40
runs-on : ubuntu-latest
@@ -103,12 +95,4 @@ jobs:
103
95
nohup ./kafka/bin/zookeeper-server-start.sh ./kafka/config/zookeeper.properties &
104
96
nohup ./kafka/bin/kafka-server-start.sh ./kafka/config/server.properties &
105
97
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
You can’t perform that action at this time.
0 commit comments