Skip to content

Commit

Permalink
try download paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jul 12, 2024
1 parent 3cf9047 commit acf5624
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: ipfr-${{ github.run_number }}-dist
path: ./dist
- run: pixi run -e ${{ matrix.test-env }} ci-preflight-test
- run: pixi run ${{ matrix.test-task }}
- uses: actions/upload-artifact@v4
Expand All @@ -107,16 +108,11 @@ jobs:
pixi-version: v0.25.0
cache: true
environments: build docs
- name: cache (node)
uses: actions/cache@v4
id: cache-node-modules
with:
path: node_modules
key: |
${{ env.CACHE_EPOCH }}-${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock') }}
- uses: actions/download-artifact@v4
with:
name: ipfr-${{ github.run_number }}-dist
path: ./dist
- run: pixi run -e docs ci-preflight-test
- run: pixi run docs-lite
- run: pixi run docs-sphinx
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit acf5624

Please sign in to comment.