Skip to content

Commit

Permalink
added temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrithicusGreenson committed Apr 12, 2024
1 parent 2afea42 commit 8434e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/genisys-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo $(which poetry) install

- name: Run Genisys Install
run: sudo $(which poetry) run genisys install -f ${{ env.CONFIG_FILE }}
run: sudo $(which poetry) run genisys install -f ${{ env.CONFIG_FILE }} --root temp_dir

- name: Run Genisys Server
run: sudo $(which poetry) run genisys server -f ${{ env.CONFIG_FILE }}
run: sudo $(which poetry) run genisys server -f ${{ env.CONFIG_FILE }} --root temp_dir

0 comments on commit 8434e43

Please sign in to comment.