From 4799b33e0e6628abda4462666b4953b74539cb2b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 09:16:52 -0500 Subject: [PATCH] actions take 60 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52c062f1..8503171d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: ~/ssl key: ${{ matrix.os }}-${ matrix.jid }} - - name: Build and install Python/OpenSSL + - name: Build and install Python and OpenSSL if: steps.cache-primes.outputs.cache-hit != 'true' run: | set +e @@ -103,7 +103,7 @@ jobs: echo "gampath=$gampath" >> $GITHUB_ENV echo "gam=$gam" >> $GITHUB_ENV - - name: Basic Tests - all jobs + - name: Basic Tests all jobs run: | set +e cd src @@ -112,7 +112,7 @@ jobs: $gam version extended $gam version | grep runner - - name: Basic Tests - build jobs only + - name: Basic Tests build jobs only run: | cd src vline=$($gam version | grep "Python ") @@ -124,7 +124,7 @@ jobs: this_openssl="${openssl_line[1]}" $python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}" - - name: Live API tests - build jobs only + - name: Live API tests build jobs only run: | bash .github/actions/decrypt.sh cd src