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 8882ae2 commit dd05784
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 @@ -53,7 +53,7 @@ jobs:
- name: Run performance test (iOS)
run: |
env TEST_RUNNER_TDS_UT_FILE_NAME=trackerData.admiral.json \
env TEST_RUNNER_TDS_UT_FILE_NAME=trackerData-admiral.json \
TEST_RUNNER_TDS_UT_URL=$(pwd)/TestData/ \
TEST_RUNNER_TDS_REF_FILE_NAME=ios-tds.json \
TEST_RUNNER_TDS_REF_URL=https://staticcdn.duckduckgo.com/trackerblocking/v5/current/ \
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Run performance test (macOS)
run: |
env TEST_RUNNER_TDS_UT_FILE_NAME=trackerData.admiral.json \
env TEST_RUNNER_TDS_UT_FILE_NAME=trackerData-admiral.json \
TEST_RUNNER_TDS_UT_URL=$(pwd)/TestData/ \
TEST_RUNNER_TDS_REF_FILE_NAME=https://staticcdn.duckduckgo.com/trackerblocking/v6/current/ \
TEST_RUNNER_TDS_REF_URL=macos-tds.json \
Expand Down

0 comments on commit dd05784

Please sign in to comment.