Skip to content

Commit

Permalink
fix(ci): failing examples/mod-tidy (#2112)
Browse files Browse the repository at this point in the history
Added a new PR into master without rebasing it first. Fixing failing
test.

---------

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
ajnavarro authored May 15, 2024
1 parent b907e44 commit 5a64b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ on:
pull_request:
paths:
- "go.sum"
- "gnovm/**.go"
- "gnovm/**.gno"
- "gnovm/**/go.sum"
- "examples/**.gno"
- "gnovm/**"
- "examples/**"
- ".github/workflows/examples.yml"
push:
branches: [ "master" ]
Expand Down
4 changes: 1 addition & 3 deletions examples/gno.land/r/x/test_prev/gno.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module gno.land/r/x/test_prev

require (
gno.land/p/demo/grc/grc20 v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
gno.land/p/demo/users v0.0.0-latest
gno.land/r/demo/users v0.0.0-latest
gno.land/r/demo/foo20 v0.0.0-latest
)

0 comments on commit 5a64b25

Please sign in to comment.