Skip to content

Commit

Permalink
Enabled test_base in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jun 21, 2024
1 parent c4159ad commit 7b13d4b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,32 +101,32 @@ jobs:
# asset_name: mixer-${{ github.ref_name }}.zip
# asset_content_type: application/zip

# test_base:
# needs: pre_release
# runs-on: windows-latest
# strategy:
# matrix:
# blender-version: ["2.92", "2.83", "2.93.beta", "3.0.alpha"]
test_base:
needs: pre_release
runs-on: windows-latest
strategy:
matrix:
blender-version: ["3.3.19"]

# steps:
# - uses: actions/checkout@v2
steps:
- uses: actions/checkout@v2

# - name: Set up Python 3.8
# uses: actions/setup-python@v2
# with:
# python-version: 3.8
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8

# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install requests
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
# - name: Download artifacts
# uses: actions/download-artifact@v2
# with:
# name: "${{ github.repository }}_${{ github.ref_name }}_${{ github.sha }}"
# path: .
- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: "${{ github.repository }}_${{ github.ref_name }}_${{ github.sha }}"
path: .

# - name: Run tests
# run: |
# gitlab\run_unittest.bat
- name: Run tests
run: |
gitlab/run_unittest.bat

0 comments on commit 7b13d4b

Please sign in to comment.