Skip to content

Commit 0eb7917

Browse files
committed
👷 ci(unit): fix import data error
1 parent 4973d1a commit 0eb7917

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LangGraph ReAct Agent Template
22

33
[![Version](https://img.shields.io/badge/version-v0.1.0-blue.svg)](https://github.com/webup/langgraph-up-react)
4-
[![Build](https://github.com/webup/langgraph-up-react/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/webup/langgraph-up-react/actions/workflows/integration-tests.yml)
4+
[![Build](https://github.com/webup/langgraph-up-react/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/webup/langgraph-up-react/actions/workflows/unit-tests.yml)
55
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
66
[![README EN](https://img.shields.io/badge/README-English-blue.svg)](./README.md)
77
[![README CN](https://img.shields.io/badge/README-中文-red.svg)](./README_CN.md)

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Tests package

0 commit comments

Comments
 (0)