Skip to content

Merge pull request #43 from AmberGraceSoftware/v0.1.6-observable-map-… #291

Merge pull request #43 from AmberGraceSoftware/v0.1.6-observable-map-…

Merge pull request #43 from AmberGraceSoftware/v0.1.6-observable-map-… #291

Workflow file for this run

name: Unit Testing
on:
push:
branches: [ main ]
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:
jobs:
test:
if: '! github.event.pull_request.draft'
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
- name: Setup aftman toolchain
uses: ok-nick/[email protected]
- name: Verify Proof-Of-Testing with current source file structure
run: lune run workflowtools/ValidateProofOfTesting.luau