[SOLVED] Where are my folders?

My root directory in my private github repo looks like this:

client (folder)
server (folder)
.circleci/config.yml

And one of my steps in my config.yml is
- run: cd server
but I’m getting an error:
/bin/bash: line 0: cd: server: No such file or directory

and running:
- run: ls -a

it’s returning nothing… So where are my client and server folders?

Update 1: Added " - checkout" as the first step and now it works…

Hi @KingTChoka,

Welcome to CircleCI community forum!

Thanks for updating the post and letting us know that you have found the solution. I will go ahead and close this thread.

Regards,
Pawan Bahuguna