Skip to content

Debug

Debug #30

Workflow file for this run

name: Acceptance Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
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 acceptance
env:
GH_TOKEN: ${{ github.token }}
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
- uses: actions/upload-artifact@v4
with:
name: report-${{ matrix.os }}
path: WebGoat/statica.html