summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_11.yml
diff options
context:
space:
mode:
authorNils K <git@nkn-it.de>2021-11-25 22:01:00 +0100
committerNils K <git@nkn-it.de>2021-11-25 22:01:00 +0100
commitaef6b1594bd61768352b9fbd480058d7a5255915 (patch)
tree81498b1e879b9befe59858700c3026d79f511e1c /.github/workflows/macos_11.yml
parent9cb6227586947c65b049c338b0f7b5740fa3c066 (diff)
macos
Diffstat (limited to '.github/workflows/macos_11.yml')
-rw-r--r--.github/workflows/macos_11.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/workflows/macos_11.yml b/.github/workflows/macos_11.yml
new file mode 100644
index 0000000..3386d41
--- /dev/null
+++ b/.github/workflows/macos_11.yml
@@ -0,0 +1,26 @@
+name: "macOS 11"
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+ workflow_dispatch:
+
+jobs:
+ macos-11:
+ name: Test macOS 11
+ runs-on: macos-11
+ steps:
+ - name: Install dependencies 🔧
+ run: brew install imagemagick jhead
+
+ - name: Checkout 🛎️
+ uses: actions/checkout@v2
+
+ - name: Get assert.sh 🎁
+ run: curl -f "https://raw.githubusercontent.com/lehmannro/assert.sh/v1.1/assert.sh" -o assert.sh
+
+ - name: Test 🛠️
+ run: bash test.sh \ No newline at end of file