Commit ae18b60
authored
ci: Skip Tar interop tests in main unit test job (#72)
Motivation
----------
The main unit test job needs to match the pull_request unit test job.
Both jobs depend on `swift-nio`'s shared unit test job, so it's unclear
whether this can be abstracted further.
Modifications
-------------
* Update the `--skip` parameters in `main.yml` to match
`pull_request.yml`
Result
------
The results of `main` unit test job should match those of the
`pull_request` unit test job.
Test Plan
---------
Unit tests run on the main branch should pass again.1 parent 7bb2382 commit ae18b60
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments