diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c9a9c5fac63b20971dc30b2a15297fb8baa40ae..91fadc36885257ded55f9fc4d55eaf1ab91c1257 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,10 @@ jobs: runs-on: boty-qa # Steps represent a sequence of tasks that will be executed as part of the job steps: + + - name: Change directory + run: cd /home/boty-qa/ + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2