Skip to content

Commit

Permalink
another attempt at getting github actions to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 29, 2022
1 parent d51fbae commit 603114c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

name: Emborg
on: [push, pull_request]
env:
MISSING_DEPENDENCIES: borg1.2
jobs:
check-bats-version:
runs-on: ${{ matrix.os }}
Expand All @@ -29,8 +31,6 @@ jobs:
pip install tox
pip install coveralls
- name: Run tests
env:
MISSING_DEPENDENCIES: borg1.2
run: tox
- name: Report test coverage
env:
Expand Down

0 comments on commit 603114c

Please sign in to comment.