Skip to content

Commit

Permalink
chore(github): check if config exists
Browse files Browse the repository at this point in the history
  • Loading branch information
DumbergerL committed Dec 11, 2023
1 parent 3488932 commit 2119efd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ jobs:
echo "LS IN TESTS"
cd tests
ls
echo "LS IN TESTS/INTEGRATION"
cd Integration
ls
- name: Check if integration file is empty
run: |
ls
if [ -s "tests/Integration/integration.ini" ]
then
echo "Integration config file is not empty"
Expand Down

0 comments on commit 2119efd

Please sign in to comment.