Skip to content

Commit

Permalink
Add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 1, 2024
1 parent 7b73ba5 commit 5a4a734
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
S3_APK_PATH: ${{ steps.exportS3Paths.outputs.S3_APK_PATH }}
S3_HTML_PATH: ${{ steps.exportS3Paths.outputs.S3_HTML_PATH }}
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/[email protected]
with:
Expand Down

0 comments on commit 5a4a734

Please sign in to comment.