From 8edb54ecd1dab2c02ac28ec507a04efed88ddfe1 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:05:17 -0700 Subject: [PATCH] move up --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 344b8a82f..5aa87602d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -103,14 +103,14 @@ jobs: run: cp config.conf.template config.conf working-directory: test - - name: Get number of tests - run: echo "NUM_TESTS=$(python3 -m pytest new_tests/ --collect-only -q | tail -n 1 | awk '{print $1;}')" >> $GITHUB_ENV - working-directory: test - - uses: ./.github/actions/wait-for-as-server-to-start with: container-name: aerospike + - name: Get number of tests + run: echo "NUM_TESTS=$(python3 -m pytest new_tests/ --collect-only -q | tail -n 1 | awk '{print $1;}')" >> $GITHUB_ENV + working-directory: test + - name: Run tests # Get number of tests since setting to 0 doesn't work properly # pytest-memray currently throws a ZeroDivision error due to having a bug