templateを使用するために変更中、ヘッダーないで宣言を行えるよないで宣言を行えるように主宣言を行えるように修正 #78
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: UNIT_TEST | |
on: [push] | |
jobs: | |
run-unit-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run all unit tests. | |
run: ./test/unit_test/run_unit_test.sh | |
- uses: sarisia/actions-status-discord@v1 | |
if: always() | |
with: | |
webhook: ${{ secrets.DISCORD_WEBHOOK }} | |
status: ${{ job.status }} |