update ci

This commit is contained in:
hathach
2022-12-08 10:00:25 +07:00
parent be4f4e4f79
commit 34081f6c5c

View File

@@ -1,8 +1,9 @@
name: pre-commit name: pre-commit
on: on:
pull_request:
push: push:
pull_request:
branches: [ master ]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -32,5 +33,5 @@ jobs:
run: | run: |
# Install Ceedling # Install Ceedling
gem install ceedling gem install ceedling
cd test cd test/unit-test
ceedling test:all ceedling test:all