Skip to content

Commit

Permalink
- svelte skeleton now working
Browse files Browse the repository at this point in the history
  • Loading branch information
denihs committed Mar 21, 2024
1 parent 8f51fba commit ca9736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
./meteor self-test \
"$TEST_GROUP" \
--retries ${METEOR_SELF_TEST_RETRIES} \
--exclude "${SELF_TEST_EXCLUDE}|--svelte" \
--exclude "${SELF_TEST_EXCLUDE}" \
--headless \
--junit ./tmp/results/junit/3.xml \
--without-tag "custom-warehouse"
Expand Down

0 comments on commit ca9736e

Please sign in to comment.