Skip to content

Commit

Permalink
Use absolute path for map dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon0402 authored Sep 28, 2023
1 parent 6d3e8be commit bf50001
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
DB_MAP_VERSION: 12
DB_MAP_ENDPOINT: DB_LAN
DB_MAP_CATALOG: validate.s4r2.oss.4
PERSISTENT_STORAGE_ROOT_DIR: ./hdmap
PERSISTENT_STORAGE_ROOT_DIR: ${GITHUB_WORKSPACE}/map_data
RMW_IMPLEMENTATION: rmw_fastrtps_cpp

jobs:
Expand Down Expand Up @@ -59,8 +59,7 @@ jobs:
- name: Print map directiory
run: |
ls .
ls ./hdmap
ls ./hdmap/hdmap
ls ${GITHUB_WORKSPACE}/map_data
- name: Print test results
run: |
Expand Down

0 comments on commit bf50001

Please sign in to comment.