From e0f69792087663f076185915c0cafaab100b0724 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Fri, 11 Nov 2022 10:31:59 +0000 Subject: [PATCH] rename ci action --- .github/workflows/{integrationtest.yml => e2etest.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{integrationtest.yml => e2etest.yml} (100%) diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/e2etest.yml similarity index 100% rename from .github/workflows/integrationtest.yml rename to .github/workflows/e2etest.yml diff --git a/README.md b/README.md index 3b337c0..2a845a8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Node.js connector for the Bybit APIs and WebSockets: - Complete integration with all bybit APIs. - TypeScript support (with type declarations for most API requests & responses). -- Over 300 integration tests making real API calls & WebSocket connections, validating any changes before they reach npm. +- Over 300 end-to-end tests making real API calls & WebSocket connections, validating any changes before they reach npm. - Robust WebSocket integration with configurable connection heartbeats & automatic reconnect then resubscribe workflows. - Browser support (via webpack bundle - see "Browser Usage" below).