Skip to content

Commit

Permalink
Move back checkout workspace step
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Oct 3, 2023
1 parent f6aba57 commit 944b472
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_definitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
runs-on: ubuntu-latest
if: ${{ inputs.ros-ci }}
steps:
- name: Checkout workspace
uses: actions/checkout@v4
with:
repository: UBCSailbot/sailbot_workspace

- name: Checkout repositories
uses: ./.github/actions/checkout/
with:
Expand Down

0 comments on commit 944b472

Please sign in to comment.