Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 6dc0262

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents f470866 + 19f3282 commit 6dc0262

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/autotest.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
steps:
2323
- name: Cloning repository
2424
uses: actions/checkout@v4
25-
- name: Get Env file
26-
uses: actions/checkout@v4
2725
with:
2826
ref: ${{ github.event.pull_request.head.sha }}
29-
sparse-checkout: |
30-
env.sh
31-
sparse-checkout-cone-mode: false
27+
- name: Get Test folder
28+
uses: actions/checkout@v4
29+
with:
3230
path: environment
3331
- name: Prepare environment
3432
run: |
3533
chmod -R +x .
36-
./environment/env.sh
34+
rm -r tests/
35+
cp environment/tests/ .
36+
./env.sh
3737
- name: Test evaluation
3838
run: |
3939
./tests/setup_and_run.sh

0 commit comments

Comments
 (0)