Skip to content

Commit

Permalink
Revert code deletions from recently updated upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <jquach@mitre.org>
  • Loading branch information
jtquach1 committed Jan 17, 2025
1 parent 361e6eb commit 3af9516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
aws-secret-access-key: ${{ secrets.SAF_AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.SAF_AWS_REGION }}
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Clone full repository so we can push
run: git fetch --prune --unshallow

Expand Down Expand Up @@ -78,6 +78,7 @@ jobs:
command_string: 'view summary -j -i spec/results/${{ env.PLATFORM }}_${{ matrix.suite }}.json -o spec/results/${{ env.PLATFORM }}_${{ matrix.suite }}-data.json'

- name: Save Test Result JSON
if: ${{ !contains(steps.commit.outputs.message, 'only-validate-profile') }}
uses: actions/upload-artifact@v4
with:
name: ${{ github.workflow }}-${{ env.COMMIT_SHORT_SHA }}-results
Expand Down

0 comments on commit 3af9516

Please sign in to comment.