name actions properly

This commit is contained in:
Yostra
2021-01-12 17:02:22 -05:00
committed by Yostra
parent cbf62d9af7
commit 5843f72194
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
build:
name: Build and test MacOS
name: Build and test MacOS Core
runs-on: ${{ matrix.os }}
timeout-minutes: 90
strategy:
@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
build:
name: Build and test MacOS
name: Build and test MacOS Wallet
runs-on: ${{ matrix.os }}
timeout-minutes: 90
strategy:
+1 -1
View File
@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
name: Build and test Ubuntu
name: Build and test Ubuntu Core
runs-on: ${{ matrix.os }}
timeout-minutes: 90
strategy:
@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
name: Build and test Ubuntu
name: Build and test Ubuntu Wallet
runs-on: ${{ matrix.os }}
timeout-minutes: 90
strategy: