Skip to content

Commit

Permalink
CI: Better names for components
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Dec 2, 2023
1 parent 333c188 commit 2883a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

jobs:
build-examples:
quick-examples:
runs-on: ubuntu-latest
container: riot/riotbuild
# Best would be "continue until there are errors from different examples *and* different boards"
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
make all BOARD=${{ matrix.board }} -C RIOT/${{ matrix.example }}
build-tests:
most-tests:
runs-on: ubuntu-latest
container: riot/riotbuild
strategy:
Expand Down

0 comments on commit 2883a28

Please sign in to comment.