File tree Expand file tree Collapse file tree 4 files changed +5
-16
lines changed
Expand file tree Collapse file tree 4 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 9898 run: |
9999 cd ${{github.workspace}}/.tmp/${MODULE_ID}
100100 cat box.json
101+ box config set ENDPOINTS.FORGEBOX.APITOKEN=${{ secrets.BOX_CONFIG_ENDPOINTS_FORGEBOX_APITOKEN }}
101102 box forgebox publish
102-
103-
104-
105- - name: On failure
106- if: ${{ failure() }}
107- run: |
108- box server log
109- box system-log
110-
Original file line number Diff line number Diff line change 1- [ ![ CI] ( https://github.com/Ortus-Solutions/ServiceBusSDK/workflows/CI/badge.svg )] ( https://github.com/Ortus-Solutions/ServiceBusSDK/actions )
2-
3-
4- # Welcome to the ServiceBusSDK Module
1+ # Welcome to the Azure ServiceBusSDK Module
52
63Azure Service Bus is a messaging as a service platform which supports queues and topics.
74
Original file line number Diff line number Diff line change 11{
2- "name" :" ServiceBusSDK " ,
2+ "name" :" Azure Service Bus SDK " ,
33 "author" :
" Brad Wood <[email protected] >" ,
4- "version" :" 1.2.1 " ,
4+ "version" :" 1.0.0 " ,
55 "location" :
" https://downloads.ortussolutions.com/ortussolutions/servicebussdk/@build.version@/[email protected] @.zip" ,
66 "slug" :" servicebussdk" ,
77 "type" :" modules" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ component{
5858 ){
5959
6060 // Run the tests
61- runTests ();
61+ // runTests();
6262
6363 // Build the source
6464 buildSource ( argumentCollection = arguments );
You can’t perform that action at this time.
0 commit comments