X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fmacos.yml;fp=.github%2Fworkflows%2Fmacos.yml;h=28434bf8cefa71b04b8f47a60144ea03e3d5455f;hb=83a766423068c52c728ab57742084410c936f701;hp=0000000000000000000000000000000000000000;hpb=37a9add7da997ad04b7de81bc42520e00e60608e;p=chaz%2Fp5-File-KDBX-XS diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml new file mode 100644 index 0000000..28434bf --- /dev/null +++ b/.github/workflows/macos.yml @@ -0,0 +1,25 @@ +name: macos + +on: + push: + branches: ["*"] + pull_request: + branches: ["*"] + +jobs: + unit-tests: + name: "Test perl on macOS" + + runs-on: macos-latest + + steps: + - name: Install perl + run: brew install perl + - name: Print perl version + run: perl -V + - name: Checkout code + uses: actions/checkout@v3 + - name: Install dependencies + run: curl -sL https://git.io/cpm |perl - install -g --with-develop --show-build-log-on-failure + - name: Run tests + run: dzil smoke --author --release