Skip to content

Commit

Permalink
fix: remove TEST_CACHE_NAME from release job (#617)
Browse files Browse the repository at this point in the history
The tests don't need a hard-coded cache name and they don't work
well with one anymore; this commit removes the TEST_CACHE_NAME
env var from the release job.
  • Loading branch information
cprice404 authored Jul 6, 2023
1 parent 1d45d7e commit c906f5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/on-push-to-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
TEST_AUTH_TOKEN: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
TEST_SESSION_TOKEN: ${{ secrets.MOMENTO_PREPROD_SESSION_TOKEN }}
TEST_LEGACY_AUTH_TOKEN: ${{ secrets.ALPHA_LEGACY_TEST_AUTH_TOKEN }}
TEST_CACHE_NAME: js-integration-test-ci

steps:
- name: Setup repo
Expand Down

0 comments on commit c906f5c

Please sign in to comment.