Skip to content

chore: remove quotes #143

chore: remove quotes

chore: remove quotes #143

name: Build and Test
on:
push:
jobs:
call-build:
uses: ./.github/workflows/docker-build.yaml
secrets: inherit
call-test:
uses: ./.github/workflows/pytest.yaml
needs: call-build