Skip to content

disable protection-check on tab-change #18

disable protection-check on tab-change

disable protection-check on tab-change #18

Workflow file for this run

name: coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: test
run: |
docker-compose up --exit-code-from sut
sudo sed -i 's#/root/.minetest/worlds/world/worldmods/mooncontroller/##g' coverage/lcov.info
- name: Coveralls
uses: coverallsapp/github-action@v1