Skip to content

Commit a6ca0f3

Browse files
committed
CI: run tests
1 parent cab9ef9 commit a6ca0f3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: tests
2+
3+
on: [push, workflow_dispatch]
4+
5+
jobs:
6+
tests:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: docker/setup-compose-action@v1
11+
with:
12+
version: v2.36.0
13+
- name: docker compose up
14+
run: docker compose up -d --build
15+
- name: run tests
16+
run: docker compose exec shell-dev-tools bashunit
17+

0 commit comments

Comments
 (0)