Skip to content

refactor: move nock setup to hooks #736

refactor: move nock setup to hooks

refactor: move nock setup to hooks #736

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
test-code:
name: Test code
uses: ./.github/workflows/_tests.yaml
test-docker:
name: Test docker
uses: ./.github/workflows/_docker.yaml
with:
ref: ${{ github.ref }}
publish: false
secrets:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}