Skip to content

Commit 966e2e4

Browse files
committed
fix: added test step
1 parent e84e0a0 commit 966e2e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ jobs:
99
uses: actions/checkout@v4
1010
- name: Build application
1111
run: ci/build-app.sh
12+
- name: Test
13+
run: ci/unit-test-app.sh

0 commit comments

Comments
 (0)