Skip to content

Commit

Permalink
Merge pull request #54 from asieduernest12/fix/ci
Browse files Browse the repository at this point in the history
fix(build): wait 10 seconds after build to run test
  • Loading branch information
asieduernest12 authored Dec 26, 2024
2 parents 9c4ec60 + d8b76da commit 32e1f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build: ## build latest using version in bump.txt
@pnpm gh:build;
@echo "sleep 5 seconds"; seq 5 | xargs -I{} bash -c 'echo ".";sleep 1;';
@pnpm gh:build:development
@sleep 5;make -s test
@sleep 10;make -s test

extract: ## extract files
rm -rf build/extracts
Expand Down

0 comments on commit 32e1f15

Please # to comment.