Skip to content

Commit

Permalink
Add support for another repo to take reference from.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpai committed Jan 10, 2024
1 parent db5aa54 commit b9c4a0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: aggregation
path: velox/_build/debug/velox/exec/tests/velox_aggregation_fuzzer_test
path: velox/_build/debug/velox/functions/prestosql/fuzzer/velox_aggregation_fuzzer_test

- name: Upload spark fuzzer
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -116,8 +116,8 @@ jobs:
name: aggregation

- name: "Start Presto Java"
- run: |
- /opt/start-prestojava.sh
run: |
/opt/start-prestojava.sh
- name: "Run Aggregate Fuzzer"
run: |
Expand Down

0 comments on commit b9c4a0a

Please sign in to comment.