Skip to content

Build triggered by shemuwel #8

Build triggered by shemuwel

Build triggered by shemuwel #8

name: build
run-name: Build triggered by ${{ github.actor }}
on:
push:
pull_request_target:
types: [opened, edited, ready_for_review]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: mvn package
- name: Upload JAR artifact
uses: actions/upload-artifact@v3
with:
path: target/TestComplete.jar
- name: Upload HPI artifact
uses: actions/upload-artifact@v3
with:
path: target/TestComplete.hpi