test: Workflows
This commit is contained in:
parent
23e8e092cc
commit
4529ccef7d
2 changed files with 6 additions and 7 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -28,10 +28,7 @@ jobs:
|
|||
- name: build cache
|
||||
run: |
|
||||
lake exe cache get
|
||||
- name: check file imports
|
||||
run: |
|
||||
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake exe check_file_imports"
|
||||
|
||||
|
||||
- name: build HepLean
|
||||
id: build
|
||||
uses: liskin/gh-problem-matcher-wrap@v3
|
||||
|
@ -40,7 +37,10 @@ jobs:
|
|||
run: |
|
||||
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build -KCI | tee stdout.log"
|
||||
|
||||
|
||||
- name: check file imports
|
||||
run: |
|
||||
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake exe check_file_imports"
|
||||
|
||||
- name: lint HepLean
|
||||
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
|
||||
id: lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue