Swift: add timeout to inetgration tests on macOS

This commit is contained in:
Paolo Tranquilli 2022-12-08 08:44:29 +01:00
Родитель 35938067fe
Коммит 0058bf4443
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -65,6 +65,7 @@ jobs:
if : ${{ github.event_name == 'pull_request' }}
needs: build-and-test-macos
runs-on: macos-12-xl
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: ./swift/actions/run-integration-tests