Skip to content

Commit

Permalink
Fix spelling of compatible (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
  • Loading branch information
emersonknapp authored Sep 1, 2020
1 parent f88610b commit d903e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run tests
run: tox

backwards_compatability_test:
backwards_compatibility_test:
runs-on: ubuntu-18.04
env:
TOXENV: py35-pypi
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
image: ubuntu:bionic
needs:
- tox_unittest
- backwards_compatability_test
- backwards_compatibility_test
- double_test
- ros1_tests
- ros2_tests
Expand Down

0 comments on commit d903e25

Please sign in to comment.