Skip to content

Commit

Permalink
Merge pull request OpenVPN#39 from OpenVPN/feature/workflowfix
Browse files Browse the repository at this point in the history
Fixed E2E GitHub Action
  • Loading branch information
sahaqaa authored Oct 25, 2024
2 parents d1634d4 + bac4d16 commit 07ea55e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Go build

env:
OVPN_HOST: ${{ vars.OVPN_HOST }}
CLOUDCONNEXA_CLIENT_ID: ${{ secrets.CLOUDCONNEXA_CLIENT_ID }}
CLOUDCONNEXA_CLIENT_SECRET: ${{ secrets.CLOUDCONNEXA_CLIENT_SECRET }}

on:
pull_request:
branches:
Expand Down Expand Up @@ -48,3 +43,7 @@ jobs:

- name: E2E Test
run: make e2e
env:
OVPN_HOST: ${{ vars.OVPN_HOST }}
CLOUDCONNEXA_CLIENT_ID: ${{ secrets.CLOUDCONNEXA_CLIENT_ID }}
CLOUDCONNEXA_CLIENT_SECRET: ${{ secrets.CLOUDCONNEXA_CLIENT_SECRET }}

0 comments on commit 07ea55e

Please sign in to comment.