Skip to content

Commit

Permalink
test(docker): Add macOS test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 20, 2023
1 parent 1f1c594 commit 95b8fae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:

- uses: actions/checkout@v4

- name: Install Docker
uses: docker-practice/setup-docker@master
if: matrix.os == 'macos-latest'

- name: Prepare Eask (Unix)
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit 95b8fae

Please sign in to comment.