Skip to content

Commit

Permalink
tests: fix CI tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-aqrabawi committed Feb 22, 2024
1 parent 55f3607 commit b260e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
exit 1
fi
- name: run iproute2-sysrepo tests
run : chmod +x run_tests.sh && sudo ./tests/run_tests.sh
run : chmod +x tests/run_tests.sh && sudo ./tests/run_tests.sh
- name: yanglint
run : make check

0 comments on commit b260e4e

Please sign in to comment.