Skip to content

build(deps): bump uraimo/run-on-arch-action from 2.5.0 to 2.5.1 #511

build(deps): bump uraimo/run-on-arch-action from 2.5.0 to 2.5.1

build(deps): bump uraimo/run-on-arch-action from 2.5.0 to 2.5.1 #511

name: Release Script Tests
on:
# workflow_call is used to indicate that a workflow can be called by another workflow.
workflow_call:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '**.md'
- 'docs/**'
push:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
permissions:
contents: read
jobs:
release-script-test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tools/release
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.6.0
- name: Install dependencies
run: pip3 install -r requirements.txt
- name: Run tests
run: pytest -v