File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
"basics/rent/anchor"
56
56
"basics/repository-layout/anchor"
57
57
"basics/transfer-sol/anchor"
58
- "tokens/token-swap/anchor"
59
58
"tokens/token-2022/basics/anchor"
60
59
"tokens/token-2022/cpi-guard/anchor"
61
60
"tokens/token-2022/default-account-state/anchor"
82
81
cd $projectDir
83
82
if anchor build; then
84
83
echo "Build succeeded for $projectDir."
84
+ rm -rf target
85
85
else
86
86
failed=true
87
87
failed_builds+=($projectDir)
@@ -136,7 +136,6 @@ jobs:
136
136
"basics/rent/anchor"
137
137
"basics/repository-layout/anchor"
138
138
"basics/transfer-sol/anchor"
139
- "tokens/token-swap/anchor"
140
139
"tokens/token-2022/basics/anchor"
141
140
"tokens/token-2022/cpi-guard/anchor"
142
141
"tokens/token-2022/default-account-state/anchor"
@@ -164,6 +163,7 @@ jobs:
164
163
pnpm install --frozen-lockfile
165
164
if anchor test; then
166
165
echo "Tests succeeded for $projectDir."
166
+ rm -rf node_modules
167
167
else
168
168
failed=true
169
169
failed_tests+=($projectDir)
You can’t perform that action at this time.
0 commit comments