Skip to content

Commit

Permalink
feat(macOS): make runnable natively on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Jan 5, 2022
1 parent 09f43f2 commit b1b0b29
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,20 @@ jobs:
shell: bash -l {0}

steps:
- if: matrix.os == 'macos'
name: Install KNIME
run: |
wget https://download.knime.org/analytics-platform/macosx/knime-latest-app.macosx.cocoa.x86_64.dmg
hdiutil mount
- if: matrix.os == 'ubuntu-latest'
run: |
ionic cordova platform add android
ionic cordova build android
- name: Checkout package repository
uses: actions/checkout@v2

- name: Deploying miniconda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit b1b0b29

Please sign in to comment.