Skip to content

Commit 9dca44b

Browse files
committed
Improve linux tests.
1 parent 322af7e commit 9dca44b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/linux-test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232

33-
- name: Install, build and run tests
33+
- name: Install, build and run tests (build)
34+
run: ./docker-compose.sh build
35+
env:
36+
METACALL_BUILD_TYPE: ${{ matrix.build }}
37+
METACALL_BASE_IMAGE: ${{ matrix.image }}
38+
39+
- name: Install, build and run tests (test)
3440
run: ./docker-compose.sh test
3541
env:
3642
METACALL_BUILD_TYPE: ${{ matrix.build }}

0 commit comments

Comments
 (0)