Skip to content

Commit

Permalink
remove redundant supabase delete
Browse files Browse the repository at this point in the history
  • Loading branch information
jalling97 committed Jul 17, 2024
1 parent f672038 commit a67bf9f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,22 +128,17 @@ jobs:
python -m pytest ./tests/e2e/test_api.py -v
# Run the playwright UI tests using the deployed Supabase endpoint
- name: UI and Supabase test
- name: UI/API/Supabase E2E Playwright Tests
run: |
cp src/leapfrogai_ui/.env.example src/leapfrogai_ui/.env
npm --prefix src/leapfrogai_ui ci
TEST_ENV=CI PUBLIC_DISABLE_KEYCLOAK=true PUBLIC_SUPABASE_URL=https://supabase-kong.uds.dev PUBLIC_SUPABASE_ANON_KEY=$ANON_KEY npm --prefix src/leapfrogai_ui run test:integration:ci
# The UI can be removed after the Playwright tests are finished
- name: Cleanup UI
run: |
uds zarf package remove leapfrogai-ui --confirm
# Supabase can now be removed since we're done testing it
- name: Cleanup Supabase
run: |
uds zarf package remove supabase -l=trace --confirm
##########
# llama
##########
Expand Down

0 comments on commit a67bf9f

Please sign in to comment.