Skip to content

Commit

Permalink
chore: checkout code at gatekeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-silva authored May 17, 2024
1 parent 30955d5 commit 08aa6fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dev-fe-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
E2E:
runs-on: ubuntu-20.04
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}

- uses: pnpm/action-setup@v3
with:
version: 8
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dev-fe-gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ jobs:
e2e_execution:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./dev-fe-e2e.yaml@v1
with:
BACKUP_LOCATION_BUCKET_NAME: ${{ secrets.BACKUP_LOCATION_BUCKET_NAME }}
Expand Down

0 comments on commit 08aa6fe

Please sign in to comment.