Skip to content

Commit

Permalink
Debug tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed May 7, 2024
1 parent c26ff7a commit 37f6c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.txt

- name: Codegen
- name: Run Codegen
run: python gen_all.py
working-directory: codegen

- name: Upload Artifacts
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: codegen_results
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,8 @@ jobs:
- name: Download Codegen Result
uses: actions/download-artifact@v4
with:
name: "codegen_results"

- name: Unzip
run: 7z x codegen_results.zip -osrc/spatium
name: codegen_results
path: src/spatium

- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 37f6c6e

Please sign in to comment.