Skip to content

Commit

Permalink
github
Browse files Browse the repository at this point in the history
  • Loading branch information
moduli committed Jan 10, 2025
1 parent b96ad38 commit 8bc5703
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test-e2e-desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,20 @@ jobs:

- name: Set up Enos
uses: hashicorp/action-setup-enos@b9fa53484a1e8fdcc7b02a118bcf01d65b9414c9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20

# !! might not need this
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: ${{ inputs.go-version }}
cache: false
# - name: Set up Go
# uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
# with:
# go-version: ${{ inputs.go-version }}
# cache: false

- name: Install Vault CLI
run: |
Expand Down

0 comments on commit 8bc5703

Please sign in to comment.