Skip to content

Refactor installation and test scripts: improve POSIX compatibility, … #67

Refactor installation and test scripts: improve POSIX compatibility, …

Refactor installation and test scripts: improve POSIX compatibility, … #67

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Dependencies
run: brew install bats
- name: Run PHPVM Tests
run: bats test_phpvm.bats