Skip to content

Commit

Permalink
Don't use conan credentials for unit-tests
Browse files Browse the repository at this point in the history
This way you can use this workflow from an external repository and allow run unit tests in a PR
  • Loading branch information
wawanbreton committed Sep 13, 2024
1 parent 1514db9 commit d13f7de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- name: Setup the build environment
uses: ultimaker/cura-workflows/.github/actions/setup-build-environment@CURA-11622_conan_v2
with:
conan_user: ${{ secrets.CONAN_USER }}
conan_password: ${{ secrets.CONAN_PASS }}
install_system_dependencies: true

- name: Install dependencies and build unit test
Expand Down

0 comments on commit d13f7de

Please sign in to comment.