Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 13, 2024
1 parent 28109ab commit 2d7c436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: test
run: |
cd file-tree-merge/tests/scripts
./tests.sh
sh tests.sh
shell: bash

- name: upload binary
uses: actions/upload-artifact@v4
Expand Down
4 changes: 0 additions & 4 deletions file-tree-merge/tests/scripts/tests/delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export setup_num_initial_files=0

BIN="$(dirname $0)/../../../../target/release/syncoxiders"

pwd
file ../common.sh
file ../setup.sh

source ../common.sh
source ../setup.sh

Expand Down

0 comments on commit 2d7c436

Please sign in to comment.