Updated to humble instead of foxy

This commit is contained in:
Kristofer Bengtsson 2023-01-17 12:16:15 +01:00 committed by GitHub
parent 7fade428c0
commit 0912ee8126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 11 deletions

View File

@ -5,21 +5,13 @@ on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
testing_rolling:
jobs:
testing_humble:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build . --file ./tests/Dockerfile --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 build . --file ./tests/Dockerfile_humble --tag r2r_test
- run: docker run r2r_test
testing_galactic: