Skip to content

Commit

Permalink
Try specify the branch of cutax
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed May 5, 2023
1 parent 69d2615 commit d25b64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
repository: XENONnT/cutax
ssh-key: ${{ secrets.CUTAX_DEPLOY_KEY }}
path: cutax
ref: master
fetch-depth: 0
- name: Run tests
run: docker run -v $PWD:/home --env HOME=/home --env X509_USER_PROXY=/home/user_cert --network host testing:latest bash /home/.github/scripts/do_all_tests.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_ax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
repository: XENONnT/cutax
ssh-key: ${{ secrets.CUTAX_DEPLOY_KEY }}
path: cutax
ref: master
fetch-depth: 0
- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down

0 comments on commit d25b64d

Please sign in to comment.