Skip to content

feat(report-portal): plugin implementation #3

feat(report-portal): plugin implementation

feat(report-portal): plugin implementation #3

Workflow file for this run

name: Pull request
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test
uses: ./.github/actions/test
with:
args: '[HEAD^1]'
build:
name: Build all packages
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
uses: ./.github/actions/build
with:
args: '[HEAD^1]'