Skip to content

Commit

Permalink
fix: Dockerfile skip end to end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriaCarrera committed Aug 26, 2024
1 parent 7bacc14 commit eacfc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN make build
FROM base AS integration
RUN make lint
# Unit tests
RUN go test $(go list ./... | grep -v github.com/xrplevm/node/v2/tests/e2e)
RUN go test $(go list ./... | grep -v github.com/xrplevm/node/v3/tests/e2e)
# End to end tests
RUN <<EOF
#!/bin/bash
Expand Down

0 comments on commit eacfc51

Please sign in to comment.