Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Use setup-ros-docker for the e2e test
Browse files Browse the repository at this point in the history
For consistency with the regular tests, and to get the latest improvements in setup-ros-docker

Signed-off-by: Emerson Knapp <eknapp@amazon.com>
  • Loading branch information
emersonknapp authored and Emerson Knapp committed Jun 15, 2020
1 parent 952275b commit 2b508ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/e2e_test.yml
Expand Up @@ -9,10 +9,12 @@ on:

jobs:
build_and_test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-focal-latest
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@0.0.20
# TODO(setup-ros-docker#7): calling chown is necessary for now
- run: sudo chown -R rosbuild:rosbuild "$HOME" .
- uses: ros-tooling/action-ros-ci@0.0.16
with:
package-name: system_metrics_collector
Expand Down

0 comments on commit 2b508ab

Please sign in to comment.