Updated to humble instead of foxy
This commit is contained in:
parent
7fade428c0
commit
0912ee8126
|
|
@ -6,20 +6,12 @@ env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testing_rolling:
|
testing_humble:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: docker build . --file ./tests/Dockerfile --tag r2r_test
|
- run: docker build . --file ./tests/Dockerfile_humble --tag r2r_test
|
||||||
- run: docker run r2r_test
|
|
||||||
|
|
||||||
testing_foxy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- run: docker build . --file ./tests/Dockerfile_foxy --tag r2r_test
|
|
||||||
- run: docker run r2r_test
|
- run: docker run r2r_test
|
||||||
|
|
||||||
testing_galactic:
|
testing_galactic:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue