Skip to content

Commit

Permalink
Rename previously-named e2e workflow to external-app for consiste…
Browse files Browse the repository at this point in the history
…ncy (#311)

## Problem

This is a fast-follow from [the PR that introduced the external app
testing for Edge
runtimes](#304).
We just need to rename the GH workflow to match the rest of the
files/code in the client, which we couldn't do previously w/o creating a
new workflow and merging it to `main`.

## Type of Change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Infrastructure change (CI configs, etc)
- [ ] Non-code change (docs, etc)
- [ ] None of the above: (explain here)
  • Loading branch information
aulorbe authored Oct 31, 2024
1 parent d31d6da commit 621384f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
File renamed without changes.
19 changes: 0 additions & 19 deletions .github/workflows/e2e-testing.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
uses: actions/checkout@v4

- name: Run external app tests
uses: ./.github/actions/e2e-testing/edge
uses: ./.github/actions/external-app/edge
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}

0 comments on commit 621384f

Please sign in to comment.