Skip to content

Update README-dockerhub.md #1236

Update README-dockerhub.md

Update README-dockerhub.md #1236

Workflow file for this run

name: testing for PR
on:
pull_request:
jobs:
build:
name: testing PR build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run tests
run: make test