Skip to content

Commit

Permalink
fix: corrige path do código do SUPER no teste
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira authored Jul 31, 2023
1 parent 6e98726 commit 5103539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
env: # Or as an environment variable
GITPASS_REPO_MODULOS: ${{ secrets.GITPASSREPOMODULOS }}
GITUSER_REPO_MODULOS: ${{ secrets.GITUSERREPOMODULOS }}
SUPER_PATH: ../../super/src
SUPER_PATH: /home/runner/work/super-docker/super-docker/super/src

jobs:
test:
Expand Down

0 comments on commit 5103539

Please sign in to comment.