chain commands

This commit is contained in:
ohdearaugustin 2024-06-01 00:28:56 +02:00
parent 693002a7a9
commit 173ea0423d
2 changed files with 2 additions and 2 deletions

View file

@ -24,4 +24,4 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run tests
run: nix develop --command -- poetry install && poetry run mkdocs build --strict
run: nix develop --command bash -c "poetry install && poetry run mkdocs build --strict"

View file

@ -24,7 +24,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run tests
run: nix develop --command -- poetry install && poetry run mkdocs build --strict
run: nix develop --command bash -c "poetry install && poetry run mkdocs build --strict"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: