From c94cca22720de62272b2cb275b97b0acde5cc613 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 27 Oct 2024 02:30:34 +0200 Subject: [PATCH] Update name of CI test --- .github/workflows/run_node_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_node_tests.yml b/.github/workflows/run_node_tests.yml index 0b4b9c9..1b5d508 100644 --- a/.github/workflows/run_node_tests.yml +++ b/.github/workflows/run_node_tests.yml @@ -1,11 +1,11 @@ -name: discord bot tests +name: CI on: [push] jobs: discord_bot_tests: runs-on: node - name: discord bot tests + name: CI steps: - uses: actions/checkout@v4 - name: Use Node.js