Skip to content

Commit

Permalink
ci: remove studyu supabase url change
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed May 25, 2024
1 parent fef0e37 commit 1d62ea3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
cp flutter_common/lib/envs/.env.local.example flutter_common/lib/envs/.env.local
LC_ALL=C sed -i.bak '/STUDYU_SUPABASE_PUBLIC_ANON_KEY/d' flutter_common/lib/envs/.env.local
echo "STUDYU_SUPABASE_PUBLIC_ANON_KEY=$(supabase status -o env | grep ANON_KEY | cut -d'=' -f2)" >> flutter_common/lib/envs/.env.local
# LC_ALL=C sed -i.bak '/STUDYU_SUPABASE_URL/d' flutter_common/lib/envs/.env.local
# echo "STUDYU_SUPABASE_URL=http://localhost:54321" >> flutter_common/lib/envs/.env.local
- name: Start Chrome Driver
run: |
Expand Down

0 comments on commit 1d62ea3

Please sign in to comment.