Skip to content

Only run nightly tests at the moment; we require c++20 #7

Only run nightly tests at the moment; we require c++20

Only run nightly tests at the moment; we require c++20 #7

Workflow file for this run

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