Skip to content

Commit

Permalink
Fix api_test env var renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoux committed Jan 20, 2025
1 parent 6bcd6eb commit 80247a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ api-test:
--name api_test_tet \
--network $network \
--env SUPABASE_URL=$API_URL \
--env SUPABASE_KEY=$SERVICE_ROLE_KEY \
--env SUPABASE_ANON_KEY=$SERVICE_ROLE_KEY \
--env SUPABASE_SERVICE_ROLE_KEY=$SERVICE_ROLE_KEY \
api-test:latest test --no-check -A tests/$test/*.test.ts --location 'http://localhost'
END
Expand All @@ -625,7 +625,7 @@ api-crud-test:
--name api_crud_test_tet \
--network $network \
--env SUPABASE_URL=$API_URL \
--env SUPABASE_KEY=$ANON_KEY \
--env SUPABASE_ANON_KEY=$ANON_KEY \
api-test:latest test -A tests/crud/crud.test.ts --location 'http://localhost' -- elements:axe

cypress-wip:
Expand Down

0 comments on commit 80247a6

Please sign in to comment.