Skip to content

Commit

Permalink
Project template updates (#34)
Browse files Browse the repository at this point in the history
* Project Template Updates

* Remove --enable-test-discovery from nightly.yml
  • Loading branch information
adam-fowler committed Mar 8, 2024
1 parent bc22a5f commit 1a119b9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/api-breakage.yml
Expand Up @@ -3,8 +3,6 @@ name: API breaking changes

on:
pull_request:
branches:
- main

jobs:
linux:
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Expand Up @@ -4,14 +4,10 @@ on:
push:
branches:
- main
- 2.x.x
paths:
- '**.swift'
- '**.yml'
pull_request:
branches:
- main
- 2.x.x
workflow_dispatch:

jobs:
Expand All @@ -20,10 +16,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
image:
- 'swift:5.9'
- 'swiftlang/swift:nightly-5.10-jammy'
- 'swiftlang/swift:nightly-jammy'
image: ["swift:5.9", "swift:5.10", "swiftlang/swift:nightly-jammy"]

container:
image: ${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -18,4 +18,4 @@ jobs:
uses: actions/checkout@v4
- name: Test
run: |
swift test --enable-test-discovery
swift test
3 changes: 0 additions & 3 deletions .github/workflows/validate.yml
Expand Up @@ -2,9 +2,6 @@ name: Validity Check

on:
pull_request:
branches:
- main
- 2.x.x

jobs:
validate:
Expand Down

0 comments on commit 1a119b9

Please sign in to comment.