7575 docker load --input /tmp/asyncapi.tar
7676 docker image ls -a
7777 - uses : actions/checkout@v4
78+ - name : Remove bin directory to disable developer mode
79+ run : rm -rf ./bin
7880 - name : Test GitHub Action
7981 uses : ./
8082 with :
@@ -107,6 +109,8 @@ jobs:
107109 docker load --input /tmp/asyncapi.tar
108110 docker image ls -a
109111 - uses : actions/checkout@v4
112+ - name : Remove bin directory to disable developer mode
113+ run : rm -rf ./bin
110114 - name : Test GitHub Action
111115 uses : ./
112116 with :
@@ -128,6 +132,8 @@ jobs:
128132 docker load --input /tmp/asyncapi.tar
129133 docker image ls -a
130134 - uses : actions/checkout@v4
135+ - name : Remove bin directory to disable developer mode
136+ run : rm -rf ./bin
131137 - name : Test GitHub Action
132138 uses : ./
133139 with :
@@ -162,6 +168,8 @@ jobs:
162168 docker load --input /tmp/asyncapi.tar
163169 docker image ls -a
164170 - uses : actions/checkout@v4
171+ - name : Remove bin directory to disable developer mode
172+ run : rm -rf ./bin
165173 - name : Test GitHub Action
166174 uses : ./
167175 with :
@@ -195,6 +203,8 @@ jobs:
195203 docker load --input /tmp/asyncapi.tar
196204 docker image ls -a
197205 - uses : actions/checkout@v4
206+ - name : Remove bin directory to disable developer mode
207+ run : rm -rf ./bin
198208 - name : Test GitHub Action
199209 id : test
200210 uses : ./
@@ -225,6 +235,8 @@ jobs:
225235 docker load --input /tmp/asyncapi.tar
226236 docker image ls -a
227237 - uses : actions/checkout@v4
238+ - name : Remove bin directory to disable developer mode
239+ run : rm -rf ./bin
228240 - name : Test GitHub Action
229241 id : test
230242 uses : ./
@@ -257,6 +269,8 @@ jobs:
257269 docker load --input /tmp/asyncapi.tar
258270 docker image ls -a
259271 - uses : actions/checkout@v4
272+ - name : Remove bin directory to disable developer mode
273+ run : rm -rf ./bin
260274 - name : Test GitHub Action
261275 uses : ./
262276 with :
@@ -291,6 +305,8 @@ jobs:
291305 docker load --input /tmp/asyncapi.tar
292306 docker image ls -a
293307 - uses : actions/checkout@v4
308+ - name : Remove bin directory to disable developer mode
309+ run : rm -rf ./bin
294310 - name : Make output directory
295311 run : mkdir -p ./output/bundle
296312 - name : Test GitHub Action
@@ -325,6 +341,8 @@ jobs:
325341 docker load --input /tmp/asyncapi.tar
326342 docker image ls -a
327343 - uses : actions/checkout@v4
344+ - name : Remove bin directory to disable developer mode
345+ run : rm -rf ./bin
328346 - name : Test GitHub Action
329347 uses : ./
330348 with :
0 commit comments