Dev/thibault.dewailly/ttyrec stealth stdout pattern #116
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run unit tests | |
on: | |
- push | |
- pull_request | |
jobs: | |
unit_test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v2 | |
- name: Run unit tests and save report to junit xml | |
uses: puppets-epic-show-theatre/action-pdk-test-unit@v1 |