Skip to content

Mineunit v0.13 / #101 #271

Mineunit v0.13 / #101

Mineunit v0.13 / #101 #271

Workflow file for this run

name: mineunit
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: mineunit
uses: mt-mods/mineunit-actions@master
- uses: RubbaBoy/[email protected]
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
NAME: "${{ steps.mineunit.outputs.badge-name }}"
LABEL: "${{ steps.mineunit.outputs.badge-label }}"
STATUS: "${{ steps.mineunit.outputs.badge-status }}"
COLOR: "${{ steps.mineunit.outputs.badge-color }}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: KeisukeYamashita/create-comment@v1
if: failure() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
with:
check-only-first-line: true
comment: |
## Some tests failed, test log follows:
```
${{ steps.mineunit.outputs.mineunit-stdout }}
```