Skip to content

fix: improve ping output parsing for IP targets (#245) #740

fix: improve ping output parsing for IP targets (#245)

fix: improve ping output parsing for IP targets (#245) #740

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
test-code:
name: Test code
uses: ./.github/workflows/_tests.yaml
test-docker:
name: Test docker
uses: ./.github/workflows/_docker.yaml
with:
ref: ${{ github.ref }}
publish: false
secrets:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}