Skip to content

Commit

Permalink
fix: rename TEST_CACHE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
poppoerika committed Jan 28, 2022
1 parent d5bfcc2 commit fbb8eb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Client SDK Go Test
name: CI
on:
pull_request:
branches: [main]
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.platform }}
env:
TEST_AUTH_TOKEN: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
TEST_CACHE_NAME: "dummy"
TEST_CACHE_NAME: "client-sdk-go-test"
steps:
- name: Setup repo
uses: actions/checkout@v2
Expand Down

0 comments on commit fbb8eb6

Please sign in to comment.