Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Mar 5, 2025
1 parent dd05784 commit a996a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tdsCompilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run performance test (iOS)
run: |
env TEST_RUNNER_TDS_UT_FILE_NAME=trackerData-admiral.json \
TEST_RUNNER_TDS_UT_URL=$(pwd)/TestData/ \
TEST_RUNNER_TDS_UT_URL=file:///$(pwd)/TestData/ \
TEST_RUNNER_TDS_REF_FILE_NAME=ios-tds.json \
TEST_RUNNER_TDS_REF_URL=https://staticcdn.duckduckgo.com/trackerblocking/v5/current/ \
xcodebuild test-without-building \
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Run performance test (macOS)
run: |
env TEST_RUNNER_TDS_UT_FILE_NAME=trackerData-admiral.json \
TEST_RUNNER_TDS_UT_URL=$(pwd)/TestData/ \
TEST_RUNNER_TDS_UT_URL=file:///$(pwd)/TestData/ \
TEST_RUNNER_TDS_REF_FILE_NAME=https://staticcdn.duckduckgo.com/trackerblocking/v6/current/ \
TEST_RUNNER_TDS_REF_URL=macos-tds.json \
xcodebuild test-without-building \
Expand Down

0 comments on commit a996a3c

Please sign in to comment.