Skip to content

Commit 523ea5f

Browse files
Refactor test job and add test command for ARM64 architecture
1 parent c13ba74 commit 523ea5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
jobs:
10-
build:
10+
test:
1111
runs-on: ubuntu-latest
1212

1313
strategy:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stop-dbs: ## Stop dependencies for development
4444
@docker compose --project-directory docker rm -f $(APPNAME)-redis $(APPNAME)-mongo
4545

4646
run-test: ## Run tests
47-
act --container-architecture="linux/arm64"
47+
act --container-architecture="linux/arm64" -j test
4848

4949
gen-doc:
5050
npx @compodoc/compodoc -p tsconfig.json -s -d docs --includes ./markdowns -n "Sesame Orchestrator"

0 commit comments

Comments
 (0)