From bdf6dea9704996bd606cd743b9c8683760af8c80 Mon Sep 17 00:00:00 2001 From: haril Date: Fri, 20 Dec 2024 10:13:55 +0900 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2c0e59..f77fc24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@main - name: Set up Node 18 uses: actions/setup-node@v4 with: @@ -22,8 +22,6 @@ jobs: run: npm install - name: Run tests and collect coverage run: npm run test - - - uses: actions/checkout@main - uses: codecov/codecov-action@v5 with: # fail_ci_if_error: true # optional (default = false)