Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 #41

Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3

Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 #41

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