Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Apache Yetus test-patch

This action enables Apache Yetus' change testing facilities via GitHub actions without significant configuration. For simple usage (with bleeding edge versions), add the following work flow:

---
name: Apache Yetuson: [push, pull_request] # yamllint disable-line rule:truthyjobs:
build:
runs-on: ubuntu-lateststeps:
- name: checkoutuses: actions/checkout@v2with:
path: srcfetch-depth: 0
- name: Apache Yetus test-patchuses: apache/yetus-test-patch-action@mainwith:
basedir: ./srcpatchdir: ./outbuildtool: nobuildgithubtoken: ${{ secrets.GITHUB_TOKEN }}
- name: Artifact outputif: ${{ always() }}uses: actions/upload-artifact@v2with:
name: apacheyetuspatchdirpath: ${{ github.workspace }}/out

For more complex usage or just more information in general, see the Apache Yetus Website.

About

Apache Yetus test-patch GitHub Action

Resources

Code of conduct

Security policy

Stars

1 star

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages