Skip to content

Commit 532e806

Browse files
author
Karim Makhloufi
committed
test ci
1 parent 5ab0d35 commit 532e806

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
JWT_TOKEN_KEY: ${{ secrets.JWT_TOKEN_KEY }}
1616
run: |
1717
touch .env
18-
echo "$env:RESEND_API_KEY" >> .env
19-
echo "$env:JWT_TOKEN_KEY" >> .env
18+
echo RESEND_API_KEY="$env:RESEND_API_KEY" >> .env
19+
echo JWT_TOKEN_KEY="$env:JWT_TOKEN_KEY" >> .env
2020
- shell: bash
2121
env:
2222
TEST_MAIL_API_KEY: ${{ secrets.TEST_MAIL_API_KEY }}
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
cd e2e
2727
touch .env
28-
echo "$env:TEST_MAIL_API_KEY" >> .env
29-
echo "$env:TEST_MAIL_NAMESPACE" >> .env
28+
echo TEST_MAIL_API_KEY="$env:TEST_MAIL_API_KEY" >> .env
29+
echo TEST_MAIL_NAMESPACE="$env:TEST_MAIL_NAMESPACE" >> .env
3030
- name: Launch e2e tests
3131
run: docker compose -f docker-compose.e2e.yml up --build --exit-code-from=e2e

0 commit comments

Comments
 (0)