Skip to content

Commit

Permalink
fix(ci): Rules workflow fixes (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitstack authored Dec 25, 2023
1 parent d1b0b8f commit b74b6b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
- name: Validate rules
shell: bash
run: |
./make.bat validate-rules
export PATH="/c/Program Files/Fibratus/Bin:$PATH"
fibratus rules list
fibratus rules validate
6 changes: 0 additions & 6 deletions make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,6 @@ timeout 2 > NUL
type install.log
goto :EOF

:validate-rules
set PATH="%PATH%;%ProgramFiles%\Fibratus\Bin"
fibratus rules list
fibratus rules validate
goto :EOF

:fail
echo Failed with error #%errorlevel%.
exit /b %errorlevel%
Expand Down

0 comments on commit b74b6b2

Please sign in to comment.