Skip to content

Commit

Permalink
update conan
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Aug 7, 2024
1 parent 9d6b99d commit 026a095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ runs:
run: docker run -p 8383:8383 -v ${PWD}:/workdir
--env RS_API_TOKEN=${{inputs.api-token}}
--env RS_LICENSE_PATH=/workdir/${{inputs.lic_file}}
--name reduct-store
-d reduct/store:${{inputs.reductstore-version}}
- name: Print logs
shell: bash
run: docker logs -f $(docker ps -q)
run: docker logs reduct-store
- name: Run tests
shell: bash
run: REDUCT_CPP_TOKEN_API=${{inputs.api-token}} build/bin/reduct-tests ${{inputs.tags}}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install conan
run: pip3 install conan==1.58.0
run: pip3 install conan==1.64.1
- uses: ./.github/actions/build-package

test-pkg-without-conan:
Expand Down

0 comments on commit 026a095

Please sign in to comment.