mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Ensure github actions run on merge to main branch (#1207)
Remove missed debug line from unit test workflow.
This commit is contained in:
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -3,13 +3,13 @@ name: docker-image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- master
|
||||
tags:
|
||||
- '*.*.*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
build-docker-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
||||
4
.github/workflows/unit-tests.yml
vendored
4
.github/workflows/unit-tests.yml
vendored
@@ -9,7 +9,8 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@@ -68,7 +69,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
bundle exec rspec --color --format documentation
|
||||
cat ./coverage/lcov.info
|
||||
env:
|
||||
VAGRANT_VERSION: ${{ matrix.vagrant }}
|
||||
- name: Coveralls Parallel
|
||||
|
||||
Reference in New Issue
Block a user