Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,12 @@ jobs:
- name: Test build artifacts
shell: bash
run: |
TEST_EXECUTION_PATH='test/bin/Debug/net8.0/${{ matrix.runtime.name }}'
TEST_EXECUTION_PATH='integration-test/bin/Debug/net8.0/${{ matrix.runtime.name }}'
mkdir -p "$TEST_EXECUTION_PATH"

# This now copies qpdf.dll AND all its dependencies into the test folder
cp -R output/runtimes/${{ matrix.runtime.name }}/native/* "$TEST_EXECUTION_PATH"

cd test
cd integration-test
dotnet build --framework net8.0 --runtime ${{ matrix.runtime.name }} --no-self-contained
dotnet run --framework net8.0 --runtime ${{ matrix.runtime.name }} --no-self-contained
cd ../
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
Loading