Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 3, 2024
1 parent 01e4d2c commit 1a2e9fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debit_note_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ jobs:
cd golem/provider_0
cat .env
golemsp setup --no-interactive
echo "\n***** Presets before change: *****\n"
ya-provider preset list
ya-provider preset update --no-interactive --name=vm --price="cpu=0.666" --price="duration=0.211"
echo "Presets after change:"
echo "\n***** Presets after change: *****\n"
ya-provider preset list
- name: Run provider
Expand Down

0 comments on commit 1a2e9fd

Please sign in to comment.