From 793b5f6b9c7f07592d1227a146b0fdbafe1d0fe4 Mon Sep 17 00:00:00 2001 From: dnns01 <github@dnns01.de> Date: Sat, 9 Oct 2021 00:37:07 +0200 Subject: [PATCH] Try changing directory --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c9a9c5..91fadc3 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 -- GitLab