We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4d363 commit b4229efCopy full SHA for b4229ef
1 file changed
.github/workflows/test.yml
@@ -31,22 +31,6 @@ jobs:
31
run: |
32
sudo /bin/bash ./scripts/dappnode_uninstall.sh y
33
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
48
- /bin/bash ./scripts/dappnode_install.sh
49
50
iso:
51
name: test Debian and Ubuntu ISO
52
runs-on: ubuntu-latest
0 commit comments