Skip to content

Commit

Permalink
Add build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Apr 11, 2024
1 parent 3ec0362 commit 64bc5f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build
on: [push, pull_request]

jobs:
release-osx:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run installer
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/digitoimistodude/macos-lemp-setup/master/install.sh)"

0 comments on commit 64bc5f7

Please sign in to comment.