Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Pamuluri committed Nov 1, 2023
1 parent 051388d commit 204dda4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cli_core_e2e_windows_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@ jobs:
echo "Hello from Cygwin"
ls -l
# Add more Linux commands as needed
make tools
echo "${PWD}/hack/tools/bin" >> $GITHUB_PATH
echo "${PWD}/bin" >> $GITHUB_PATH
make test | tee ./make_test.output
4 changes: 2 additions & 2 deletions .github/workflows/cli_core_e2e_windows_test_11.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tanzu CLI Core E2E Tests on Windows
name: TEMP###Tanzu CLI Core E2E Tests on Windows

on:
pull_request:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
build:
name: Tanzu CLI Core E2E Tests on Windows
name: TEMP###Tanzu CLI Core E2E Tests on Windows
runs-on: windows-latest
steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit 204dda4

Please sign in to comment.