Bt-Tracker-Merge/.github/workflows/test_Bt.yml

18 lines
254 B
YAML
Raw Normal View History

2023-01-31 22:22:11 +08:00
name: test_Bt
on:
2023-01-31 22:29:01 +08:00
workflow_dispatch:
2023-01-31 22:25:45 +08:00
schedule:
- cron: '0 21 * * *'
2023-01-31 22:22:11 +08:00
jobs:
build:
runs-on: ubuntu-latest
2023-01-31 22:37:40 +08:00
steps:
- name: 'Checkout codes'
uses: actions/checkout@v1
2023-01-31 22:22:11 +08:00
steps:
- name: test_Bt
2023-01-31 22:35:50 +08:00
run: bash ./bt.sh