Skip to content

Added type TagAndValue. Updated type Message to parse an array of Ta… #8

Added type TagAndValue. Updated type Message to parse an array of Ta…

Added type TagAndValue. Updated type Message to parse an array of Ta… #8

Workflow file for this run

name: Zeek matrix tests
on:
push:
pull_request:
jobs:
test:
name: test-${{ matrix.zeekver }}
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
zeekver: [zeek, zeek-lts, zeek-nightly]
steps:
- uses: actions/checkout@v3
- uses: zeek/action-zkg-install@v2
with:
zeek_version: ${{ matrix.zeekver }}
- uses: actions/upload-artifact@v3
if: failure()
with:
name: zkg-logs-${{ matrix.zeekver }}
path: ${{ github.workspace }}/.action-zkg-install/artifacts