Skip to content

Commit

Permalink
Upload Are We Turbo Yet data to Vercel KV (#6211)
Browse files Browse the repository at this point in the history
This calls a new action added to the `nextjs-test-integration-data`
branch that uploads relevant data to Vercel KV


Closes WEB-1799
  • Loading branch information
padmaia authored Oct 18, 2023
1 parent 0aedfc7 commit a313392
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily-nextjs-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
needs: [next_js_integration]
if: ${{ github.event_name == 'schedule' }} && always()
uses: ./.github/workflows/upload-nextjs-integration-test-results.yml
secrets: inherit
with:
is_main_branch: true

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/upload-nextjs-integration-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@ jobs:
with:
file_pattern: test-results/**
commit_message: "test(integration): Integration test results for ${{ env.NEXTJS_VERSION }} (${{ env.SHA_SHORT }})"

- name: "Upload Are We Turbo Yet data"
env:
TURBOYET_KV_REST_API_URL: ${{ secrets.TURBOYET_KV_REST_API_URL }}
TURBOYET_KV_REST_API_TOKEN: ${{ secrets.TURBOYET_KV_REST_API_TOKEN }}
uses: ./.github/actions/upload-turboyet-data

0 comments on commit a313392

Please sign in to comment.