Skip to content

Commit 983eaa7

Browse files
committed
checkout sources for e2e test
1 parent d937386 commit 983eaa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
4444
runs-on: ubuntu-latest
4545
steps:
46+
- name: Checkout sources
47+
uses: actions/checkout@v2
4648
- name: Set start time
4749
run: echo "WORKFLOW_START_TIME=$(date +%s)" >> $GITHUB_ENV
4850
- name: Verify PRs are not running malicious code

0 commit comments

Comments
 (0)