Skip to content

Commit

Permalink
Fix branch-build.yml workflow (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok authored Jan 31, 2024
1 parent 68bfc25 commit 9feeb00
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,6 @@ jobs:
group: cloud-slack-dev-e2e
cancel-in-progress: false
steps:
- name: Setup Go modules
uses: ./.github/actions/setup-go-mod-private
with:
access_token: ${{ secrets.E2E_TEST_GH_DEV_ACCOUNT_PAT }}
username: ${{ env.GIT_USER }}
- name: Checkout
uses: actions/checkout@v3

Expand All @@ -310,6 +305,12 @@ jobs:
- name: Create k3d cluster
run: "k3d cluster create cloud-slack-dev-e2e-cluster --wait --timeout=5m"

- name: Setup Go modules
uses: ./.github/actions/setup-go-mod-private
with:
access_token: ${{ secrets.E2E_TEST_GH_DEV_ACCOUNT_PAT }}
username: ${{ env.GIT_USER }}

- name: Run e2e tests
env:
SLACK_WORKSPACE_NAME: ${{ secrets.E2E_DEV_SLACK_WORKSPACE_NAME }}
Expand Down

0 comments on commit 9feeb00

Please sign in to comment.