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 6b72ca2 commit e6d92dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debit_note_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ jobs:
yagna service run&
sleep 6
ya-provider preset list
ya-provider preset update --no-interactive --name vm --price cpu=1.3 --price duration=0.4
ya-provider preset update --no-interactive --name=vm --price="cpu=0.666" --price="duration=0.211"
echo "Presets after change:"
ya-provider preset list
ya-provider run&
sleep 4
env > yagnadir/env.log
Expand Down

0 comments on commit e6d92dd

Please sign in to comment.