Skip to content

Commit

Permalink
Improve linux tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 20, 2024
1 parent 322af7e commit 9dca44b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:
with:
fetch-depth: 0

- name: Install, build and run tests
- name: Install, build and run tests (build)
run: ./docker-compose.sh build
env:
METACALL_BUILD_TYPE: ${{ matrix.build }}
METACALL_BASE_IMAGE: ${{ matrix.image }}

- name: Install, build and run tests (test)
run: ./docker-compose.sh test
env:
METACALL_BUILD_TYPE: ${{ matrix.build }}
Expand Down

0 comments on commit 9dca44b

Please sign in to comment.