From 26310be1d6b68d7a5b7afa198d5aa2bbf91aa7bc Mon Sep 17 00:00:00 2001 From: naodeng Date: Mon, 16 Oct 2023 16:52:56 +0800 Subject: [PATCH] change wrong folder name --- .github/workflows/bruno-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bruno-cli.yml b/.github/workflows/bruno-cli.yml index 9212bea..4d0ee8b 100644 --- a/.github/workflows/bruno-cli.yml +++ b/.github/workflows/bruno-cli.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@v3 - run: npm install - name: Change directory - run: cd api-collects + run: cd api-collections - name: run tests run: npm test