diff options
-rw-r--r-- | .github/workflows/reusable-build-macos.yml | 1 | ||||
-rw-r--r-- | .github/workflows/reusable-build-ubuntu.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/reusable-build-macos.yml b/.github/workflows/reusable-build-macos.yml index 3f1faf6..22f46d1 100644 --- a/.github/workflows/reusable-build-macos.yml +++ b/.github/workflows/reusable-build-macos.yml @@ -11,6 +11,7 @@ on: jobs: build_macos: + name: 'build and test' runs-on: macos-latest timeout-minutes: 60 env: diff --git a/.github/workflows/reusable-build-ubuntu.yml b/.github/workflows/reusable-build-ubuntu.yml index 1a48823..819b45b 100644 --- a/.github/workflows/reusable-build-ubuntu.yml +++ b/.github/workflows/reusable-build-ubuntu.yml @@ -10,6 +10,7 @@ on: jobs: build_ubuntu_reusable: + name: 'build and test' timeout-minutes: 60 runs-on: ubuntu-20.04 env: |