Skip to content

Commit 2ca237a

Browse files
committed
Change r25 package for testing
1 parent f998c67 commit 2ca237a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.changeset/breezy-chairs-worry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/r25-adapter': major
3+
---
4+
5+
test

.github/actions/setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ runs:
138138
]' packages/tsconfig.json \
139139
> packages/tsconfig.tmp.json
140140
fi
141+
echo "Contents of changed adapters tsconfig:"
142+
cat packages/tsconfig.tmp.json
141143
142144
echo "CHANGED_ADAPTERS=$(jq -c '.references' packages/tsconfig.tmp.json)" >> $GITHUB_ENV
143145
- name: Build files

packages/sources/r25/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ export const adapter = new Adapter({
1818
})
1919

2020
export const server = (): Promise<ServerInstance | undefined> => expose(adapter)
21+
22+
// test

packages/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,6 @@
521521
{
522522
"path": "./sources/por-indexer"
523523
},
524-
{
525-
"path": "./sources/r25"
526-
},
527524
{
528525
"path": "./sources/renvm-address-set"
529526
},

0 commit comments

Comments
 (0)