File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 21
21
go-version : ' stable'
22
22
- run : go get github.com/gnoswap-labs/gno/gnovm/cmd/gno
23
23
- run : go mod download -x
24
- - run : pwd
25
- - run : ls -la
26
- - run : ls -al /home/runner/work/gnoswap/gnoswap/__local/grc20_tokens/*
27
24
- run : make test.pool
Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ test.prepare:
33
33
cp -r " $( GNOROOT) /examples/$$ i" " .test/examples/$$ i" ; \
34
34
done
35
35
# Copy over gnoswap code.
36
- cp -r " $( PWD) /__local/grc20_tokens/foo" " .test/examples/gno.land/r/demo/foo" # test tokens
37
- cp -R " $( PWD) /__local/grc20_tokens/*" " .test/examples/gno.land/r/demo" # test tokens
36
+
37
+ TEST_TOKENS := $(wildcard $(PWD)__local/grc20_tokens/*)
38
+
39
+ cp -R "$(TEST_TOKENS)" ".test/examples/gno.land/r/demo" # test tokens
38
40
cp -R "$(PWD)/_deploy/r/demo/*" ".test/examples/gno.land/r/demo" # gnft, gns
39
41
40
42
cp -R "$(PWD)/_deploy/p/demo/gnoswap" ".test/examples/gno.land/p/demo" # gnoswap base package
You can’t perform that action at this time.
0 commit comments