Merge pull request #11454 from erik-krogh/swift-test

Swift: CI cache fixes
This commit is contained in:
Paolo Tranquilli 2022-11-28 16:24:22 +01:00 коммит произвёл GitHub
Родитель 3716d67cc9 d2824413db
Коммит ace7146164
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 1 удалений

1
.github/workflows/swift.yml поставляемый
Просмотреть файл

@ -35,6 +35,7 @@ jobs:
# not using a matrix as you cannot depend on a specific job in a matrix, and we want to start linux checks
# without waiting for the macOS build
build-and-test-macos:
if: ${{ github.event_name == 'pull_request' }}
runs-on: macos-12-xl
steps:
- uses: actions/checkout@v3

Просмотреть файл

@ -20,7 +20,7 @@ runs:
- id: query-cache
uses: ./.github/actions/cache-query-compilation
with:
key: swift-qltest
key: swift-integration
- name: Run integration tests
shell: bash
run: |