mirror of
https://github.com/pantor/inja.git
synced 2026-02-27 22:06:24 +00:00
debug single include ci
This commit is contained in:
7
.github/workflows/single-include.yml
vendored
7
.github/workflows/single-include.yml
vendored
@@ -16,7 +16,12 @@ jobs:
|
||||
- name: check if equal
|
||||
working-directory: ${{runner.workspace}}/inja/single_include/
|
||||
shell: bash
|
||||
run: diff inja/inja.hpp inja/inja_old.hpp >/dev/null
|
||||
run: |
|
||||
pwd
|
||||
ls inja
|
||||
cat inja/inja.hpp
|
||||
cat inja/inja_old.hpp
|
||||
diff inja/inja.hpp inja/inja_old.hpp >/dev/null
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user