Skip to content

Commit

Permalink
Merge pull request #174 from weaveworks/173-e2e-ci
Browse files Browse the repository at this point in the history
ci: Run e2e test manually
  • Loading branch information
yiannistri authored Apr 14, 2023
2 parents b257662 + 3057618 commit a653580
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: e2e

on:
workflow_dispatch:

jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup
uses: actions/[email protected]
with:
go-version: 1.20.x
- name: Prepare
run: |
echo "machine github.com login ${{ github.actor }} password ${{ secrets.BUILD_BOT_TOKEN }}" > ~/.netrc
- name: Run E2E tests
run: make e2e

0 comments on commit a653580

Please sign in to comment.