Skip to content

Commit 17e7a33

Browse files
committed
Using --replace option in GH Actions to avoid ion-test-driver async issue.
1 parent d0656e8 commit 17e7a33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ion-test-driver.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Run ion-test-driver
3737
run: python3 ion-test-driver/amazon/iontest/ion_test_driver.py -o output
3838
-i ion-java,${{ github.event.pull_request.head.repo.html_url }},${{ github.event.pull_request.head.sha }}
39+
--replace ion-java,https://github.com/amzn/ion-java.git,$main
3940

4041
- name: Upload result
4142
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)