Skip to content

Commit 4199430

Browse files
authored
Update test setup action (#1647)
* Update test setup action * Enable pull request testing * Disable pull request trigger
1 parent 842d747 commit 4199430

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate-regression.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
4545
steps:
4646
- uses: actions/checkout@v4
47-
- uses: actions/setup-node@v4
47+
- name: Setup test env
48+
uses: ./.github/actions/xmtp-test-setup
4849

4950
- name: Install dependencies
5051
run: yarn install

0 commit comments

Comments
 (0)