Skip to content

chore: exceptions for tasks with no outputs (#317) #898

chore: exceptions for tasks with no outputs (#317)

chore: exceptions for tasks with no outputs (#317) #898

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