From 852fed829d8878384cc58e77ca4ff552d8523bb1 Mon Sep 17 00:00:00 2001 From: NYBACHOK Date: Tue, 1 Oct 2024 09:17:17 +0300 Subject: [PATCH] YML --- .github/workflows/run_tests.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 2e4ce64c..75b3fd4c 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -32,16 +32,16 @@ jobs: needs: build_artifacts steps: - - name: Checkout - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v3 - - name: Download artifact - uses: actions/download-artifact@v2 - with: - name: ubuntu-latest-heaven - path: artifacts/ubuntu + - name: Download artifact + uses: actions/download-artifact@v2 + with: + name: ubuntu-latest-heaven + path: artifacts/ubuntu - - name: Execute tests - run: cargo test --features=it --no-fail-fast + - name: Execute tests + run: cargo test --features=it --no-fail-fast \ No newline at end of file