Skip to content

Commit

Permalink
run e2e on github runner
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal committed Jan 9, 2024
1 parent 8768ca2 commit 2330a9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ on:
jobs:
e2e:
name: e2e
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.21'
- uses: actions/checkout@v2
- run: make e2e branch=$GITHUB_HEAD_REF
- run: ssh-keygen -t rsa -q -f "$HOME/.ssh/id_rsa" -N ""
- run: make e2e branch=$GITHUB_HEAD_REF
env:
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}
6 changes: 1 addition & 5 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
on:
push:
tags:
- v*
branches:
- main
pull_request:

jobs:
golangci:
name: lint
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/validate-license.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
on:
push:
tags:
- v*
branches:
- main
pull_request:

jobs:
validate-license:
name: validate-license
Expand Down

0 comments on commit 2330a9e

Please sign in to comment.