We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df7fdd commit 5b702aeCopy full SHA for 5b702ae
.github/workflows/ci.yml
@@ -9,17 +9,6 @@ on:
9
- 'main'
10
11
jobs:
12
- jammy-ci:
13
- runs-on: ubuntu-latest
14
- name: Ubuntu Jammy CI
15
- steps:
16
- - name: Checkout
17
- uses: actions/checkout@v4
18
- - name: Compile and test
19
- id: ci
20
- uses: gazebo-tooling/action-gz-ci@jammy
21
- with:
22
- codecov-enabled: true
23
noble-ci:
24
runs-on: ubuntu-latest
25
name: Ubuntu Noble CI
@@ -30,6 +19,7 @@ jobs:
30
id: ci
31
uses: gazebo-tooling/action-gz-ci@noble
32
with:
+ # codecov-enabled: true
33
cppcheck-enabled: true
34
cpplint-enabled: true
35
doxygen-enabled: true
0 commit comments