Skip to content

Commit

Permalink
add ssh action
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jan 13, 2025
1 parent 035984e commit a2c80de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
with:
go-version: '1.22'

- name: Set up SSH
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.FIAT_TF_PRIV_DPLY }}

- name: Generate Matrix
id: set-matrix
run: |
Expand Down Expand Up @@ -89,5 +94,10 @@ jobs:
- name: Load Docker Image
run: docker image load -i ${{ env.TAR_PATH }}

- name: Set up SSH
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.FIAT_TF_PRIV_DPLY }}

- name: Run Tests
run: cd e2e && go test -race -v -timeout 30m -run ^${{ matrix.test }}$ .

0 comments on commit a2c80de

Please sign in to comment.