Skip to content

Commit

Permalink
run all
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jan 22, 2025
1 parent 8b9299e commit d43705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"gen-apikey": "sh -c 'API_KEY=$(docker compose exec aggregator /ava create-api-key --role=admin --subject=apikey) && echo \"Generated API key for tests: $API_KEY\" && echo \"Writing to .env.test to replace the TEST_API_KEY env variable\" && sed -i \"\" -e \"s/^TEST_API_KEY=.*/TEST_API_KEY=$API_KEY/\" .env.test && echo \"Done.\"'",
"build": "yarn workspaces run build",
"clean": "yarn workspaces run clean",
"test": "jest --config jest.config.cjs -t \"options.limit returns the correct number of workflows\"",
"test": "jest --config jest.config.cjs",
"test:select": "npm run test -- --testNamePattern"
},
"devDependencies": {
Expand Down

0 comments on commit d43705a

Please sign in to comment.