Skip to content

Commit

Permalink
always upload
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jul 18, 2024
1 parent a0b6407 commit 379c031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@ jobs:
#if: failure()
run: tar cvzf ./logs.tgz /tmp/logs
- name: Upload logs to GitHub
if: failure()
# if: failure()
uses: actions/upload-artifact@v4
with:
name: ${{matrix.package}}-logs.tgz
path: ./logs.tgz
path: logs.tgz

- name: Show Logs
run: ls
Expand Down
2 changes: 1 addition & 1 deletion ethergo/backends/anvil/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewAnvilOptionBuilder() *OptionBuilder {
// set default non-anvil values
optionsBuilder.SetMaxWaitTime(time.Minute * 2)
optionsBuilder.SetRestartPolicy(Autoremove)
optionsBuilder.SetExpirySeconds(600)
optionsBuilder.SetExpirySeconds(900)

optionsBuilder.SetAccounts(10)
optionsBuilder.SetBlockTime(0)
Expand Down

0 comments on commit 379c031

Please sign in to comment.