Skip to content

Commit

Permalink
Merge pull request #163 from layer5io/kumarabd/feature/labs
Browse files Browse the repository at this point in the history
fixes for ci
  • Loading branch information
kumarabd authored Dec 8, 2020
2 parents a7ec6c7 + 1fc2bbc commit be0395a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
# needs: [lint, error_check, static_check, vet, sec_check]
name: Tests
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Check out code
uses: actions/checkout@master
Expand Down
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ module github.com/layer5io/meshery-istio

go 1.13

replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
replace (
github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
gopkg.in/ini.v1 => github.com/go-ini/ini v1.62.0
)

require (
github.com/aspenmesh/istio-vet v0.0.0-20200806222806-9c8e9a962b9f
Expand Down

0 comments on commit be0395a

Please sign in to comment.