Skip to content

Publish example report #20

Publish example report

Publish example report #20

name: Publish example report
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Run example project
working-directory: ./examples/maven-example
run: ../../mvnw clean verify
- name: Deploy example report
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTPSERVER }}
username: ${{ secrets.FTPUSER }}
password: ${{ secrets.FTPPASS }}
local-dir: ./examples/maven-example/target/cluecumber-report/
server-dir: ./httpdocs/softwaretester/cluecumber/