Jonatas

fix analysis folder

@@ -16,7 +16,10 @@ jobs: @@ -16,7 +16,10 @@ jobs:
16 16
17 test: 17 test:
18 #The type of machine to run the job on. [windows,macos, ubuntu , self-hosted] 18 #The type of machine to run the job on. [windows,macos, ubuntu , self-hosted]
19 - runs-on: macos-latest 19 + defaults:
  20 + run:
  21 + working-directory: getx/
  22 + runs-on: ubuntu-latest
20 #sequence of tasks called 23 #sequence of tasks called
21 steps: 24 steps:
22 # The branch or tag ref that triggered the workflow will be checked out. 25 # The branch or tag ref that triggered the workflow will be checked out.