Skip to content

[pull] main from openwallet-foundation:main #866

[pull] main from openwallet-foundation:main

[pull] main from openwallet-foundation:main #866

Workflow file for this run

name: PR Tests
on:
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Tests
uses: ./.github/actions/run-unit-tests
with:
python-version: "3.12"
os: "ubuntu-latest"
is_pr: "true"