Skip to content

Bump orchestra/testbench from 9.5.0 to 9.6.1 #75

Bump orchestra/testbench from 9.5.0 to 9.6.1

Bump orchestra/testbench from 9.5.0 to 9.6.1 #75

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
pull_request:
jobs:
ci:
name: Continuous Integration
uses: ./.github/workflows/ci.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
badge:
needs: ci
name: Generate Coverage Badge
uses: ./.github/workflows/badge.yml
with:
coverage: ${{ needs.ci.outputs.coverage }}