test env.
This commit is contained in:
@@ -9,9 +9,9 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: cmake --build build --target all
|
||||
- run: cmake -S . -B build --target all
|
||||
- run: build/Bilby
|
||||
- name: Send success notification
|
||||
- name: Notify
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
echo "仓库名: ${{ github.repository }}" >> notify.tpl
|
||||
|
||||
Reference in New Issue
Block a user