Skip to content

Commit 4add76f

Browse files
committed
print message to make it clear whether GitHub token was installed or not
1 parent b5097d1 commit 4add76f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ jobs:
111111
fi;
112112
python -c "import keyring; $SET_KEYRING; keyring.set_password('github_token', 'easybuild_test', '$GITHUB_TOKEN')";
113113
fi
114+
echo "GitHub token installed!"
115+
else
116+
echo "Installation of GitHub token skipped!"
114117
fi
115118
116119
- name: install modules tool

0 commit comments

Comments
 (0)