Skip to content

Bump junit.jupiter.version from 5.13.1 to 5.13.4 in /examples/fabric-contract-example-maven #204

Bump junit.jupiter.version from 5.13.1 to 5.13.4 in /examples/fabric-contract-example-maven

Bump junit.jupiter.version from 5.13.1 to 5.13.4 in /examples/fabric-contract-example-maven #204

Workflow file for this run

# Copyright the Hyperledger Fabric contributors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: Pull request
on:
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
scan:
uses: ./.github/workflows/scan.yml
pull-request:
needs: test
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: "true"