Skip to content

Commit

Permalink
Run tests for all pushes and PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed Nov 25, 2020
1 parent f12bf0e commit 82c8bee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflow-xcode-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workflows:
matrix:
xcode: latest

workflows/test.yml:
workflows/tests.yml:
jobs:
macos_tests:
strategy:
Expand Down
31 changes: 16 additions & 15 deletions .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Tests

on:
push:
branches: [$default-branch]
pull_request:
branches:
- "**:**" # PRs from forks have a prefix with `owner:`

jobs:
macos_tests:
Expand All @@ -13,9 +14,9 @@ jobs:
fail-fast: false
matrix:
xcode:
- '11.7'
- '12.2'
- '12.3'
- "11.7"
- "12.2"
- "12.3"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -49,9 +50,9 @@ jobs:
fail-fast: false
matrix:
xcode:
- '11.7'
- '12.2'
- '12.3'
- "11.7"
- "12.2"
- "12.3"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -90,8 +91,8 @@ jobs:
fail-fast: false
matrix:
xcode:
- '11.7'
- '12.3'
- "11.7"
- "12.3"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -130,9 +131,9 @@ jobs:
fail-fast: false
matrix:
xcode:
- '11.7'
- '12.2'
- '12.3'
- "11.7"
- "12.2"
- "12.3"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -171,9 +172,9 @@ jobs:
fail-fast: false
matrix:
xcode:
- '11.7'
- '12.2'
- '12.3'
- "11.7"
- "12.2"
- "12.3"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 82c8bee

Please sign in to comment.