mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
set save workspace env var to speed up testing
This commit is contained in:
parent
3008607697
commit
5dde3c1037
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -41,6 +41,9 @@ jobs:
|
|||
# however, it still gets the modified files and we can continue
|
||||
# Error: The head commit for this pull_request event is not ahead of the base commit.
|
||||
continue-on-error: true
|
||||
# save workspaces to speed up testing
|
||||
- name: set CAPA_SAVE_WORKSPACE environment variable
|
||||
run: echo "CAPA_SAVE_WORKSPACE=True" >> $GITHUB_ENV
|
||||
- name: Run thorough lint on modified rule files
|
||||
run: |
|
||||
cd rules/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue