Skip to content

Live Tests

Live Tests #50

Workflow file for this run

name: Live Tests
on:
push:
branches: [ "main" ]
schedule:
- cron: "5 5 * * 6"
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-22.04', 'macos-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies and run test
run: make live
env:
GH_TOKEN: ${{ github.token }}
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
- uses: actions/upload-artifact@v4
with:
name: report-${{ matrix.os }}
path: /tmp/WebGoat/statica.html