mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Close!
This commit is contained in:
parent
7e4bd653bf
commit
041be95b29
4 changed files with 4 additions and 4 deletions
2
.github/workflows/compile-all-batteries.yml
vendored
2
.github/workflows/compile-all-batteries.yml
vendored
|
@ -2,7 +2,7 @@
|
||||||
name: Compile All Batteries
|
name: Compile All Batteries
|
||||||
|
|
||||||
# Here we tell GitHub when to run the workflow.
|
# Here we tell GitHub when to run the workflow.
|
||||||
# on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
# This is the list of jobs that will be run concurrently.
|
# This is the list of jobs that will be run concurrently.
|
||||||
# Since we use a build matrix, the actual number of jobs
|
# Since we use a build matrix, the actual number of jobs
|
||||||
|
|
2
.github/workflows/compile-all-inverters.yml
vendored
2
.github/workflows/compile-all-inverters.yml
vendored
|
@ -2,7 +2,7 @@
|
||||||
name: Compile All Inverters
|
name: Compile All Inverters
|
||||||
|
|
||||||
# Here we tell GitHub when to run the workflow.
|
# Here we tell GitHub when to run the workflow.
|
||||||
# on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
# This is the list of jobs that will be run concurrently.
|
# This is the list of jobs that will be run concurrently.
|
||||||
# Since we use a build matrix, the actual number of jobs
|
# Since we use a build matrix, the actual number of jobs
|
||||||
|
|
2
.github/workflows/run-pre-commit.yml
vendored
2
.github/workflows/run-pre-commit.yml
vendored
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
name: Run pre-commit
|
name: Run pre-commit
|
||||||
|
|
||||||
# on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pre-commit:
|
pre-commit:
|
||||||
|
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
set -e # Exit immediately on non-zero exit code
|
set -e # Exit immediately on non-zero exit code
|
||||||
cd build/test
|
cd build/test
|
||||||
for test_executable in utils/*; do
|
for test_executable in *; do
|
||||||
if [ -x "$test_executable" ]; then
|
if [ -x "$test_executable" ]; then
|
||||||
./"$test_executable"
|
./"$test_executable"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue