Skip to content

Commit 99e97be

Browse files
authored
doc: Abandon attempt at expanding testing on Mac (openedx-unsupported#779)
There are problems getting Docker installed on MacOS in Github Actions and failures due to Mac/Linux differences are rare enough that we can just test on Linux and address issues as they come up. If we're not doing automated testing for Mac, no sense in manual testing either -- it was only meant to be a stop-gap solution.
1 parent caa5eac commit 99e97be

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/pull_request_template.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
----
22

3-
I've completed each of the following, or confirmed they do not apply to this PR:
3+
I've completed each of the following or determined they are not applicable:
44

5-
- [ ] Tested on both Mac and Linux (if changed Makefile or shell scripts)
6-
- Already tested on: *[my OS here]*
7-
- Testing instructions: *[commands and expected behavior]*
8-
- [ ] Made a plan to communicate any major developer interface changes
5+
- [ ] Made a plan to communicate any major developer interface changes (or N/A)

.github/workflows/cli-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
# TODO: Stop using boot2docker, which is contradindicated in the
6262
# README. (Not sure how to install Docker for Desktop here,
6363
# though.)
64+
#
65+
# This also only seems to work for the CLI tests, not the
66+
# provisioning tests, even with apparently identical scripts.
6467
- name: Docker installation - Mac
6568
if: ${{ matrix.os.name == 'mac' }}
6669
run: |

0 commit comments

Comments
 (0)