Skip to content

Bump th2-plugin from 0.3.11 to 0.3.14 #372

Bump th2-plugin from 0.3.11 to 0.3.14

Bump th2-plugin from 0.3.11 to 0.3.14 #372

name: CI
on:
pull_request:
jobs:
test:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
ref: ${{ github.sha }}
- name: Checkout tool
uses: actions/checkout@v6
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 }}