PR Suggestions

This commit is contained in:
Francisco Gindre 2022-03-04 12:38:13 -03:00
parent 605a3e9881
commit 385b0999a8
1 changed files with 19 additions and 6 deletions

View File

@ -1,15 +1,28 @@
name: Swift
name: Build and Run Offline Tests
on: [push]
on:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/*'
- '.github/PULL_REQUEST_TEMPLATE.md'
- 'changelog.md'
- 'LICENSE'
- 'README.md'
- 'responsible_disclosure.md'
- 'SWIFTLINT.md'
- 'docs/**'
jobs:
build:
contents: read
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
timeout-minutes: 1
- name: Build ZcashLightClientKit Swift Package
timeout-minutes: 10
run: swift build -v
- name: Run tests
- name: Run OfflineTests suite
timeout-minutes: 5
run: swift test --filter OfflineTests