We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13ba74 commit 523ea5fCopy full SHA for 523ea5f
.github/workflows/test.yml
@@ -7,7 +7,7 @@ on:
7
branches: [main]
8
9
jobs:
10
- build:
+ test:
11
runs-on: ubuntu-latest
12
13
strategy:
Makefile
@@ -44,7 +44,7 @@ stop-dbs: ## Stop dependencies for development
44
@docker compose --project-directory docker rm -f $(APPNAME)-redis $(APPNAME)-mongo
45
46
run-test: ## Run tests
47
- act --container-architecture="linux/arm64"
+ act --container-architecture="linux/arm64" -j test
48
49
gen-doc:
50
npx @compodoc/compodoc -p tsconfig.json -s -d docs --includes ./markdowns -n "Sesame Orchestrator"
0 commit comments