Skip to content

Commit

Permalink
update tests and gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Mar 28, 2023
1 parent 7d044eb commit 9daec5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: make test
- name: Run E2E Tests
run: |
sh $GITHUB_WORKSPACE/test/e2e/scripts/e2e.sh $GITHUB_WORKSPACE --clean
bash $GITHUB_WORKSPACE/test/e2e/scripts/e2e.sh $GITHUB_WORKSPACE --clean
env:
ORAS_PATH: bin/linux/amd64/oras
COVERAGE_DUMP_ROOT: .cover
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ debug
# Custom
coverage.txt
test/e2e/coverage.txt
**/covcounters.*
**/covmeta.*
bin/
dist/
*.tar.gz
Expand Down

0 comments on commit 9daec5f

Please sign in to comment.