Skip to content

Commit

Permalink
dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt committed Apr 15, 2024
1 parent 0257fd7 commit d4eaf6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: nicknovitski/nix-develop@v1
- uses: actions/download-artifact@v4
working-directory: tests
with:
name: dist
path: dist
path: tests/dist
- name: Integration tests
working-directory: tests
run: |
cd tests
pytest
release:
name: Create Release
Expand Down

0 comments on commit d4eaf6b

Please sign in to comment.