Skip to content

Commit

Permalink
fix: rename test cache names to reflect repo name (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
malandis authored Sep 16, 2022
1 parent 37d1329 commit e585f56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
TEST_AUTH_TOKEN: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
TEST_CACHE_NAME: client-sdk-csharp
TEST_CACHE_NAME: client-sdk-dotnet

steps:
- name: Get current time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
TEST_AUTH_TOKEN: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
TEST_CACHE_NAME: client-sdk-csharp
TEST_CACHE_NAME: client-sdk-dotnet

steps:
- name: Get current time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
TEST_AUTH_TOKEN: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
TEST_CACHE_NAME: client-sdk-csharp
TEST_CACHE_NAME: client-sdk-dotnet

steps:
- name: Get current time
Expand Down

0 comments on commit e585f56

Please sign in to comment.