Skip to content

Commit 76b3f53

Browse files
committed
Consistent CI Descriptions
1 parent 4426ca8 commit 76b3f53

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/Build_RPS_AppKit-E8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
name: Build for AppKit-E8 Hardware
17+
name: Build RPS for AppKit-E8 Hardware
1818
on:
1919
workflow_dispatch:
2020
pull_request:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
name: Build Context Variants
17+
name: Build RPS Context Variants
1818
on:
1919
workflow_dispatch:
2020
pull_request:

.github/workflows/Run_RPS_AppKit-E8.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
name: Run on AppKit-E8 Hardware
17+
name: Run RPS on AppKit-E8 Hardware
1818
on:
1919
workflow_dispatch:
2020
pull_request:
@@ -46,10 +46,14 @@ jobs:
4646
name: RPS_AppKit-E8-U85_HIL_V3
4747
path: ./RockPaperScissors/AppKit-E8_USB/out
4848

49-
- name: Flash and run using pyOCD
49+
- name: Flash using pyOCD
5050
working-directory: ./RockPaperScissors/AppKit-E8_USB/out
5151
run: |
5252
pyocd load --uid L96807771A --cbuild-run SDS+AppKit-E8-U85.cbuild-run.yml
53+
54+
- name: Run using pyOCD
55+
working-directory: ./RockPaperScissors/AppKit-E8_USB/out
56+
run: |
5357
pyocd run --uid L96807771A --cbuild-run SDS+AppKit-E8-U85.cbuild-run.yml -O reset_type=hardware --timelimit 10
5458
5559
- name: Stop the SDSIO server on the Raspberry Pi

.github/workflows/Test_RPS_SSE-320-U85.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
name: Build and Run on FVP Simulation
17+
name: Build and Run RPS on Simulator
1818
on:
1919
workflow_dispatch:
2020
pull_request:

0 commit comments

Comments
 (0)