fix: Add unique build ID to workflow file, so that tests can be re-run for the same commit ID

This commit is contained in:
Clare Liguori
2020-02-04 15:59:54 -08:00
parent 23214f72d5
commit 51211f3751
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -14,6 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Print current build ID
run: |
echo Integration test run: BUILD_ID
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with: