Skip to content

Commit

Permalink
fix: test tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen authored Mar 24, 2022
1 parent 5e98636 commit 2f51296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
token: ${{ secrets.DEV_DIGITALOCEAN_TOKEN }}
- name: Save DigitalOcean kubeconfig
run: doctl kubernetes cluster kubeconfig save ${{ secrets.DEV_CLUSTER_NAME }}
- name: List pods in microservice
- name: Execute the seed command
run: kubectl -n ${{ secrets.K8S_NAMESPACE }} exec deployment/treetracker-api -- npm run seed-cli -- ${{ github.event.inputs.command}}

0 comments on commit 2f51296

Please sign in to comment.