Skip to content

Commit

Permalink
#668: Fix GH workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jan 4, 2021
1 parent 32996b6 commit ab8e35c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ on:

jobs:
basic:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: build
run: docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=cf2 UNIT_TEST_STYLE=min

examples:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
example:
matrix:
example:
- app_api
- examples/app_hello_world
- examples/app_peer_to_peer
Expand Down

0 comments on commit ab8e35c

Please sign in to comment.