Skip to content

Commit

Permalink
Merge 6e6a808 into 76aab6d
Browse files Browse the repository at this point in the history
  • Loading branch information
0x501D committed Dec 30, 2022
2 parents 76aab6d + 6e6a808 commit b8fb884
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- tarantool: '2.10'
coveralls: true
runs-on: [ubuntu-latest]
runs-on: [ubuntu-20.04]
steps:
- uses: actions/checkout@master
- uses: tarantool/setup-tarantool@v1
Expand Down Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Run tests and code coverage analysis
run: make -C build coverage

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Send code coverage to coveralls.io
run: make -C build coveralls
if: ${{ matrix.coveralls }}

0 comments on commit b8fb884

Please sign in to comment.