test: add entrypoint coverage
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
test:
|
||||
name: 測試
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Run entrypoint tests
|
||||
run: bash tests/entrypoint.sh
|
||||
Reference in New Issue
Block a user