Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markCwatson committed Nov 18, 2023
1 parent ba11453 commit b213a86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: CI
name: C++ CI

on:
push:
branches:
- main
- 'dev_**'
pull_request:
branches:
- '**'
- main

jobs:
build:
Expand All @@ -16,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Environment
run: python scripts/bitbucket-pipeline-setup.py
run: python scripts/pipeline-setup.py

- name: Build
run: west build -b my_custom_board -s app -p
Expand All @@ -31,7 +35,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Environment
run: python scripts/bitbucket-pipeline-setup.py
run: python scripts/pipeline-setup.py

- name: Run Tests
run: west twister -T app/tests --integration
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![C++ CI](https://github.com/markCwatson/zephyr-app/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/markCwatson/zephyr-app/actions/workflows/main.yml)
[![C++ CI](https://github.com/markCwatson/zephyr-app/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/markCwatson/zephyr-app/actions/workflows/main.yml)

# Example Application for Zephyr RTOS

Expand Down

0 comments on commit b213a86

Please sign in to comment.