Skip to content

Commit

Permalink
Include REAME commands in workflow tests (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin authored Nov 2, 2023
1 parent a09c4e0 commit 7180f7a
Show file tree
Hide file tree
Showing 44 changed files with 553 additions and 318 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
MINIO_ACCESS_KEY_ID: ${{ secrets.MINIO_ACCESS_KEY_ID }}
MINIO_SECRET_ACCESS_KEY: ${{ secrets.MINIO_SECRET_ACCESS_KEY }}
XVC_TEST_ONE_EMRESULT_COM_KEY: ${{ secrets.XVC_TEST_ONE_EMRESULT_COM_KEY }}

# We don't run xvc-storage tests here
XVC_TRYCMD_TESTS: core,file,pipeline,intro,howto,start
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -62,6 +63,8 @@ jobs:
brew install s3cmd
brew install ripgrep
brew install tree
brew install lsd
brew install python3
- name: Git config for automated Git tests
run: git config --global user.name 'Xvc Rabbit' && git config --global user.email '[email protected]' && git config --global init.defaultBranch main
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tree, and subtasks are marked with indentation.
- Fixed `--skip-git` option not working correctly
- Added documentation for turning off automated Git operations
- PR: <https://github.com/iesahin/xvc/pull/238>
- Updated Readme and added it to tests

## 0.6.1 (2023-10-05)

Expand Down
Loading

0 comments on commit 7180f7a

Please sign in to comment.