Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use maliput::test_utilities and try same branch name in actions #30

Merged
merged 2 commits into from
Nov 24, 2020

Commits on Nov 20, 2020

  1. Use maliput::test_utilities

    scpeters committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    0ec7cbc View commit details
    Browse the repository at this point in the history
  2. Try to checkout same branch in dependencies

    This implements some behavior from our Jenkins CI that
    attemps to checkout a branch of the same name in all
    dependency packages. This requires setting `fetch-depth: 0`
    in the actions/checkout steps and installing git 2.18+
    before those checkout steps. For 18.04, the git-core ppa
    is used; this will not be needed on 20.04.
    scpeters committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    24f488a View commit details
    Browse the repository at this point in the history