Skip to content

Commit

Permalink
cicd: kubectl TASK-5061
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Oct 6, 2023
1 parent a52ec64 commit b0b339a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
KUBE_CONFIG: cat ~/.kube/config | base64
with:
args: kubectl -n cellbase-db port-forward services/cellbase-rs0-svc 27017:27017 &
args: -n cellbase-db port-forward services/cellbase-rs0-svc 27017:27017 &
- name: Install dependencies branches
run: |
if [ -f "./.github/workflows/scripts/get_same_branch.sh" ]; then
Expand Down

0 comments on commit b0b339a

Please sign in to comment.