Skip to content

Commit

Permalink
yet another attempt to get github actions working
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 3f46584 commit fddaf02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,16 @@ jobs:
- name: Install Borg
run:
sudo apt install borgbackup
- name: Dependencies
run:
echo $MISSING_DEPENDENCIES
- name: Borg Version
run:
borg --version
- name: Install packages
run:
python -m pip install --upgrade pip
pip install .
pip install tox
pip install coveralls
- name: Run tests
run: tox
run:
echo $MISSING_DEPENDENCIES
tox
- name: Report test coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions tests/CONFIGS/test9
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ patterns = '''
- ~/**/.*.swp
- **/.*.swo
'''
compact_after_delete = True
4 changes: 2 additions & 2 deletions tests/test-cases.nt
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,9 @@ emborg with configs:
> 66 tests/configs/test2excludes
> 82 tests/configs/test6patterns
> 87 tests/configs/test7
> 105 tests/configs/test9
> 111 tests/configs/test7patterns
> 132 tests/configs/test6
> 133 tests/configs/test9
> 182 tests/configs/test8
> 191 tests/configs/test5
> 526 tests/configs/test0
Expand Down Expand Up @@ -979,9 +979,9 @@ emborg with configs:
> 66 tests/configs/test2excludes
> 82 tests/configs/test6patterns
> 87 tests/configs/test7
> 105 tests/configs/test9
> 111 tests/configs/test7patterns
> 132 tests/configs/test6
> 133 tests/configs/test9
> 182 tests/configs/test8
> 191 tests/configs/test5
> 526 tests/configs/test0
Expand Down

0 comments on commit fddaf02

Please sign in to comment.