Skip to content

Commit

Permalink
fixed file/directory errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 15, 2024
1 parent 2f02d47 commit d75836d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
# Copy the tests/* directory from metta-testsuite
- name: Copy tests from metta-testsuite
run: |
rm -rf tests
mkdir -p tests/
cp -r metta-testsuite/tests/* tests/
rm -rf reports
mkdir -p reports/
cp -r metta-testsuite/reports/* reports/
mkdir -p test-scripts/
Expand Down

0 comments on commit d75836d

Please sign in to comment.