Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Dec 19, 2023
1 parent 4f8905e commit 20b9a52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
HPEGL_VMAAS_LOCATION: ${{ secrets.DEV_HPEGL_VMAAS_LOCATION }}
HPEGL_VMAAS_SPACE_NAME: ${{ secrets.DEV_HPEGL_VMAAS_SPACE_NAME}}
TF_ACC: ${{ secrets.TF_ACC }}
LOG_FILE: "${{ github.event.inputs.test_case }}Logs-$(date +'%Y-%m-%dT%H:%M:%S').txt"
LOG_FILE: "${{ github.event.inputs.test_case }}Logs.txt"
jobs:
acc:
runs-on: ubuntu-20.04
Expand All @@ -50,6 +50,7 @@ jobs:

- name: Run Acceptance test
run: |
echo "Run date and time: $(date +'%Y-%m-%dT%H:%M:%S')" >> $LOG_FILE
export TF_ACC_TEST_PATH="$(pwd)/acc-dev-testcases" && make acceptance case='${{ github.event.inputs.test_case }}' >> $LOG_FILE
- name: Print testcases output
Expand Down

0 comments on commit 20b9a52

Please sign in to comment.