From 2ad1da510772985a58a91bdf84e85d913b579473 Mon Sep 17 00:00:00 2001 From: saneka Date: Fri, 14 Feb 2025 20:54:44 +0530 Subject: [PATCH] Added secrets --- .github/workflows/hello.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hello.yaml b/.github/workflows/hello.yaml index d4c57af..0d19d72 100644 --- a/.github/workflows/hello.yaml +++ b/.github/workflows/hello.yaml @@ -36,7 +36,7 @@ jobs: - name: Cache virtual environment uses: actions/cache@v3 with: - path: venv + path: ~/.cache/venv key: ${{ runner.os }}-venv-${{ hashFiles('requirements.txt') }} restore-keys: | ${{ runner.os }}-venv- @@ -52,6 +52,7 @@ jobs: # Runs a single command using the runners shell - name: Run script run: | + pip list pytest -v src/tests/test_a.py echo Hello, "${{ inputs.name }}" @@ -59,4 +60,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Send welcome - run: echo "${{ secrets.AWS_ACCOUNT_NO }}" + run: echo "${{ secrets.ACCOUNT_NO }}"