Jonatas

fix analysis folder

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