Skip to content

Commit 07dffd7

Browse files
committed
local info
1 parent 3f30bda commit 07dffd7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/e2e_test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: run-test
3737
run: |
3838
echo ${GITHUB_ACTION_PATH},'or',${{ github.action_path }}
39-
cp -r ../JamesIves ./
39+
#cp -r ../JamesIves ./
4040
source /mnt/shared-storage-user/opencompass-shared/qa-llm-cicd/miniconda3/bin/activate
4141
conda activate clusterx
4242
conda env list
@@ -52,9 +52,10 @@ jobs:
5252
retention-days: 7
5353
name: xtuner-e2e-${{ github.run_id }}
5454

55+
5556
- name: Deploy to GitHub Pages
5657
if: ${{ !cancelled() }}
57-
uses: ./JamesIves/github-pages-deploy-action/v4
58+
uses: ../JamesIves/github-pages-deploy-action/v4
5859
with:
5960
token: ${{ github.token }}
6061
branch: gh-pages

0 commit comments

Comments
 (0)