Skip to content

Commit

Permalink
chore(build/test/lint): remove yaegi testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Goodwin committed Feb 1, 2024
1 parent 88ed8f0 commit 0050ab2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,5 @@ jobs:
- name: Lint, Test, Build
run: make lint test build

- name: Install yaegi ${{ env.YAEGI_VERSION }}
run: curl -sfL https://raw.githubusercontent.com/traefik/yaegi/master/install.sh | bash -s -- -b ${{ github.workspace }}/go/bin ${{ env.YAEGI_VERSION }}

- name: Copy sources
run: make copy_src

- name: Run tests with yaegi
run: ${{ github.workspace }}/go/bin/yaegi test -v github.com/bluecatengineering/traefik-aws-plugin
env:
GOPATH: ${{ github.workspace }}/go

0 comments on commit 0050ab2

Please sign in to comment.