Skip to content

feat: tests for remaining regexes #37

feat: tests for remaining regexes

feat: tests for remaining regexes #37

Workflow file for this run

name: Build test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B clean package
- uses: actions/upload-artifact@v3
with:
name: extension-build
path: target/SensitiveDiscoverer-*.jar