Skip to content

Commit

Permalink
test empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Sep 24, 2024
1 parent 85519a8 commit 8e5df31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typescript_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
STORE_API_KEY:
required: true
TEST_KEY:
DOCKERHUB_USERNAME:
required: true
inputs:
tests_folder:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
SEARCH_API_KEY: "${{ secrets.SEARCH_API_KEY }}"
ASTRA_DB_APPLICATION_TOKEN: "${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}"
ASTRA_DB_API_ENDPOINT: "${{ secrets.ASTRA_DB_API_ENDPOINT }}"
TEST_KEY: ${{ inputs.TEST_KEY || secrets.TEST_KEY }}
TEST_KEY: ${{ inputs.TEST_KEY || secrets.DOCKERHUB_USERNAME}}
outputs:
failed: ${{ steps.check-failure.outputs.failed }}
steps:
Expand Down

0 comments on commit 8e5df31

Please sign in to comment.