File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -315,13 +315,13 @@ jobs:
315315 L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
316316 L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
317317
318- - uses : Wandalen/wretry.action@v3.7.3
318+ - uses : Wandalen/wretry.action@v3.8.0
319319 name : Run bats unit and integration tests in bidge network mode
320320 with :
321321 attempt_limit : 3
322322 command : timeout 9m docker run --rm -e GITHUB_RUN_ID=$GITHUB_RUN_ID -v "${PWD}/src/tests/bats:/code" bats-withfhem:latest -T -t . --filter-tags '!hostMode,!extendedOnly'
323323
324- - uses : Wandalen/wretry.action@v3.7.3
324+ - uses : Wandalen/wretry.action@v3.8.0
325325 name : Run bats unit and integration tests in host network mode
326326 with :
327327 attempt_limit : 3
@@ -391,7 +391,7 @@ jobs:
391391 L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
392392 L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
393393
394- - uses : Wandalen/wretry.action@v3.7.3
394+ - uses : Wandalen/wretry.action@v3.8.0
395395 name : Run bats unit and integration tests in host network mode
396396 with :
397397 attempt_limit : 3
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ outputs:
1212runs :
1313 using : " composite"
1414 steps :
15+ - name : install svn
16+ shell : bash
17+ run : sudo apt-get install -y subversion
1518 - name : Get latest svn revision from remote server
1619 shell : bash
1720 id : svnRemote
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
1+ # syntax=docker/dockerfile:1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
22#
33# base layer with perl and some general preparations
44#
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
1+ # syntax=docker/dockerfile:1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
22#
33# base layer with perl and some general preparations
44#
You can’t perform that action at this time.
0 commit comments