Skip to content

Bump syrupy from 4.6.1 to 4.6.4 #186

Bump syrupy from 4.6.1 to 4.6.4

Bump syrupy from 4.6.1 to 4.6.4 #186

Workflow file for this run

---
name: "Test"
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: timmo001/workflows/.github/workflows/test-pytest.yml@master
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
module-name: "systembridgeconnector"