Can I add a file to my test and have it load that file into my test?

So, I have a test where I click an upload file button and I want to load a word file (easy example). But, I don’t want it on my machine bc I want this suite to be run in our CI. Is there a way to save a word file to something like data files and refer to it in my test case?

Thanks!!