diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 936093374..1c3abcbb2 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -376,9 +376,9 @@ jobs: uses: actions/cache@v3 with: path: ${{github.workspace}}/test/cache - key: v3-test-${{ matrix.name }}-${{ github.sha }} + key: v4-test-${{ matrix.name }}-${{ github.sha }} restore-keys: | - v3-test-${{ matrix.name }}- + v4-test-${{ matrix.name }}- - name: Prepare environment run: | diff --git a/features/car/conditional_restrictions.feature b/features/car/conditional_restrictions.feature index 9160ad772..c2311067c 100644 --- a/features/car/conditional_restrictions.feature +++ b/features/car/conditional_restrictions.feature @@ -538,9 +538,9 @@ Feature: Car - Turn restrictions When I route I should get | from | to | route | turns | - | a | e | cap south,florida ne,florida ne | depart,turn left,arrive | + | a | e | cap south,florida nw,florida nw,florida ne | depart,turn right,continue uturn,arrive | | f | d | cap north,florida nw,florida nw | depart,turn left,arrive | - | e | c | florida ne,cap south,cap south | depart,turn left,arrive | + | e | c | florida ne,florida nw,cap south,cap south | depart,continue uturn,turn right,arrive | @no_turning @conditionals Scenario: Car - DC North capitol situation, one on two off