mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Be more explicit about exclusions
It would seem that lists are not available for use in exclusions. If this doesn't work, then I'll switch to inclusions only.
This commit is contained in:
parent
2d20c8b40e
commit
076208f804
1 changed files with 6 additions and 2 deletions
8
.github/workflows/continuous-integration.yml
vendored
8
.github/workflows/continuous-integration.yml
vendored
|
@ -10,9 +10,13 @@ jobs:
|
||||||
db: [sqlite, mysql, postgres]
|
db: [sqlite, mysql, postgres]
|
||||||
exclude:
|
exclude:
|
||||||
- ruby: "2.5"
|
- ruby: "2.5"
|
||||||
db: [sqlite, postgres]
|
db: sqlite
|
||||||
|
- ruby: "2.5"
|
||||||
|
db: postgres
|
||||||
- ruby: "2.6"
|
- ruby: "2.6"
|
||||||
db: [sqlite, postgres]
|
db: sqlite
|
||||||
|
- ruby: "2.6"
|
||||||
|
db: postgres
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue