Skip to content

Commit

Permalink
Fix earthfile build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoux committed Dec 22, 2024
1 parent ab4db61 commit 37c0c0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@ app-test-build: ## construit une image pour exécuter les tests unitaires de l'a
ENV NEXT_PUBLIC_SUPABASE_URL
ENV NEXT_PUBLIC_SUPABASE_ANON_KEY

# copie les sources du module à tester
COPY $APP_DIR $APP_DIR

# la commande utilisée pour lancer les tests
CMD pnpm run test:app
SAVE IMAGE app-test:latest
Expand Down

0 comments on commit 37c0c0d

Please sign in to comment.