Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st committed Jun 12, 2024
1 parent 44dbcf3 commit 691b4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- ".github/ISSUE_TEMPLATE/**"
- ".git*"
env:
CI_PATH: '~/GitHub/${{ github.repository }}/${GITHUB_RUN_NUMBER}'
CI_PATH: '~/GitHub/${{ github.repository }}'

jobs:
build:
Expand All @@ -28,7 +28,7 @@ jobs:
mkdir -p $CI_PATH

- name: Move code to custom directory
run: mv $GITHUB_WORKSPACE/* $CI_PATH/
run: mv $GITHUB_WORKSPACE/* $CI_PATH/${GITHUB_RUN_NUMBER}/

- name: Run tests
run: |
Expand Down

0 comments on commit 691b4f9

Please sign in to comment.