Skip to content

Commit

Permalink
fix actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Proud committed Oct 3, 2023
1 parent d6a415c commit c591c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-tanzu-cli.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-uaa-cli
name: test-tanzu-cli
on: [push, pull_request]

jobs:
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
export GITHUB_API_TOKEN="${{ secrets.GITHUB_TOKEN }}"
fi
./tests/run-tests.sh tanzu-cli
./tests/run-tests.sh tanzu
test-0-6-3:
strategy:
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
export GITHUB_API_TOKEN="${{ secrets.GITHUB_TOKEN }}"
fi
./tests/run-tests.sh tanzu-cli
./tests/run-tests.sh tanzu

0 comments on commit c591c4f

Please sign in to comment.