Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Dec 6, 2024
1 parent 8f4a9fb commit 579f3d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
echo "JWT=$JWT" >> .env
# These secrets are used for testing, and are not used in production
echo "AWS_CLOUDFRONT_PUBLIC_KEYS_OBJECT=\"$AWS_CLOUDFRONT_PUBLIC_KEYS_OBJECT\"" >> .env
echo "AWS_CLOUDFRONT_PUBLIC_KEYS_OBJECT=$AWS_CLOUDFRONT_PUBLIC_KEYS_OBJECT" >> .env
echo "AWS_CLOUDFRONT_PRIVATE_KEY=\"$AWS_CLOUDFRONT_PRIVATE_KEY\"" >> .env
echo "AWS_CLOUDFRONT_PUBLIC_KEY=\"$AWS_CLOUDFRONT_PUBLIC_KEY\"" >> .env
docker compose run --rm spider sh -c "npm ci && npm run test"
env:
Expand Down

0 comments on commit 579f3d6

Please sign in to comment.