Skip to content

Fixes and debug for Ubuntu #11

Fixes and debug for Ubuntu

Fixes and debug for Ubuntu #11

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- 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
path: WebGoat/statica.html