Skip to content

Create tests.yml CI check #1

Create tests.yml CI check

Create tests.yml CI check #1

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: bashly generate,
- name: Test
run: CI=1 test/approve