[Th2-5212] Add option to change default view type of result group,#display-table field, option to view last N results of Notebook, file path and timestamp types #2195
Workflow file for this run
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: CI | |
on: | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
ref: ${{ github.sha }} | |
- name: Checkout tool | |
uses: actions/checkout@v2 | |
with: | |
repository: exactpro-th2/ci-github-action | |
ref: master | |
token: ${{ secrets.PAT_CI_ACTION }} | |
path: ci-github-action | |
- name: Run CI action | |
uses: ./ci-github-action | |
with: | |
ref: ${{ github.sha }} |