Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed May 26, 2024
1 parent 56ae82f commit 30d3a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
run: conan export ${{ matrix.package.conanfile }} --version ${{ matrix.package.version }}

- name: conan test
run: >
test_conanfil=$(dirname ${{ matrix.package.conanfile }})/test_package/conanfile.py
conan test ${{ matrix.package.conanfile }} ${{ matrix.package.package_version }} --build missing
run: |
test_conanfile=$(dirname ${{ matrix.package.conanfile }})/test_package/conanfile.py
conan test $test_conanfile ${{ matrix.package.package_version }} --build missing
- name: conan upload
run: conan upload "*" --check --confirm --remote odr

0 comments on commit 30d3a79

Please sign in to comment.