Skip to content

Commit

Permalink
fix workdir for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Oct 4, 2024
1 parent 42e355a commit 7780923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand All @@ -30,9 +30,11 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable

- name: '"List and info" smoke test'
working-directory: tests
run: ./smoketest_list_and_info

- name: '"Install and run" smoke test'
working-directory: tests
run: ./smoketest_install_and_run

- name: Show output
Expand Down

0 comments on commit 7780923

Please sign in to comment.