Skip to content

Commit b4229ef

Browse files
Remove macOS test scripts from workflow configuration
1 parent 4d4d363 commit b4229ef

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,6 @@ jobs:
3131
run: |
3232
sudo /bin/bash ./scripts/dappnode_uninstall.sh y
3333
34-
scripts-macos:
35-
name: test scripts (macOS)
36-
runs-on: macos-latest
37-
38-
steps:
39-
- name: Checkout
40-
uses: actions/checkout@v6
41-
- name: Install Docker
42-
run: |
43-
brew install --cask docker
44-
open -a Docker
45-
while ! docker info > /dev/null 2>&1; do sleep 2; done # TODO: use pre-install script instead
46-
- name: Install DAppNode
47-
run: |
48-
/bin/bash ./scripts/dappnode_install.sh
49-
5034
iso:
5135
name: test Debian and Ubuntu ISO
5236
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)