mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Run generator_test.py in CI checks (#1376)
* Print test names at test time (#1343) * Fix operator| conflict with std::ranges (#1395) * Run generator_test.py in CI checks * Remove running generator.bat in CI checks --------- Co-authored-by: John Wellbelove <john.wellbelove@etlcpp.com> Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
This commit is contained in:
parent
b860326b26
commit
2b1dec0e79
7
.github/workflows/generator.yml
vendored
7
.github/workflows/generator.yml
vendored
@ -14,12 +14,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Generate
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-cogapp
|
||||
cd include/etl/generators && bash generate.bat
|
||||
|
||||
- name: Check Generated Headers For Changes
|
||||
- name: Run generator_test.py
|
||||
run: |
|
||||
git diff --exit-code
|
||||
cd scripts && python3 generator_test.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user