Skip to content

Commit

Permalink
Fix windows tests (#1949)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chico de Guzman <pchico83@gmail.com>
  • Loading branch information
pchico83 committed Nov 5, 2021
1 parent 8d66bf3 commit af7820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -131,7 +131,7 @@ jobs:
OKTETO_PATH: 'C:\Users\circleci\project\artifacts\bin\okteto.exe'
OKTETO_SKIP_CLEANUP: 'true'
command: |
go test github.com/okteto/okteto/integration -tags=integration --count=1 -v -timeout 45m
go test github.com/okteto/okteto/integration -tags="common integration actions" --count=1 -v -timeout 45m
- save_cache:
key: v5-pkg-cache-windows-1-15-{{ checksum "go.sum" }}
paths:
Expand Down

0 comments on commit af7820b

Please sign in to comment.