From b38b493d73ede6cf52aca068e627093c41aaa2cb Mon Sep 17 00:00:00 2001 From: volodymyrZotov Date: Wed, 10 Aug 2022 11:45:24 +0300 Subject: [PATCH] rename tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe6ce9c..06d10ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ on: push name: Run acceptance tests jobs: - test-output-linux: + test-connect-output: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -28,7 +28,7 @@ jobs: MULTILINE_SECRET: op://acceptance-tests/multiline-secret/notesPlain - name: Assert test secret values run: ./tests/assert-env-set.sh - test-export-linux: + test-connect-export: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2