We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8eaab commit e5dfaadCopy full SHA for e5dfaad
.github/workflows/main.yml
@@ -6,21 +6,20 @@ jobs:
6
test-start:
7
strategy:
8
matrix:
9
- os: [ubuntu-latest, macOS-latest]
+ os: [ubuntu-latest]
10
11
runs-on: ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@v3
14
15
- - name: Install docker on macOS
+ - name: Install docker
16
uses: docker-practice/actions-setup-docker@master
17
- if: ${{ matrix.os == 'macOS-latest' }}
18
-
+
19
- name: Run setup script
20
run: ./setup.sh
21
22
- name: Start the stack
23
run: docker-compose up -d
24
25
- name: Check if system comes up
26
- run: ./.github/workflows/healthCheck.sh
+ run: ./.github/workflows/healthCheck.sh
0 commit comments