Skip to content

Commit 751ffbd

Browse files
committed
use different keys for different caches
1 parent 7049532 commit 751ffbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/actions/run-integration-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- id: query-cache
2121
uses: ./.github/actions/cache-query-compilation
2222
with:
23-
key: swift-qltest
23+
key: swift-integration
2424
- name: Run integration tests
2525
shell: bash
2626
run: |

0 commit comments

Comments
 (0)