Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1thas committed Nov 18, 2023
1 parent f78ac19 commit 0448361
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git clone https://github.com/bats-core/bats-support.git libs/bats-support
git clone https://github.com/bats-core/bats-file.git libs/bats-file
- name: Run bats tests
run: make shell-tests
run: make test-ci
- name: Coverage report
if: runner.os == 'Linux'
run: |
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ DESTLIBDIR=/usr/local/lib/dropboxignore
test :
docker-compose run dropboxignore-tests

test-ci:
bats tests

# install dropboxignore
install :
$(info installing dropboxignore in $(DESTDIR))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ flatpak install flathub me.simakis.dropboxignore
```shell
$ git clone https://github.com/sp1thas/dropboxignore.git
$ cd dropboxignore
$ make shell-tests # optional step, bats should be in your PATH
$ make test # optional step, Docker and docker-compose should be installed
$ sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Linux systems. For macOS, Homebrew is required.
```bash
git clone https://github.com/sp1thas/dropboxignore.git
cd dropboxignore
make shell-tests # optional step, bats should be in your PATH
make test # optional step, Docker and docker-compose should be installed
sudo make install
```

0 comments on commit 0448361

Please sign in to comment.