Skip to content

Commit

Permalink
CNS-769: enable payment e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Jan 10, 2024
1 parent 6eb4060 commit ce0f7d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ jobs:
if: always()
continue-on-error: true
run: grep "" testutil/e2e/sdkLogs/01_sdkTest* --include="*errors*"
# test-payment-e2e:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# fetch-depth: "0"
# - uses: actions/setup-go@v3
# with:
# go-version: 1.20.5
test-payment-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: "0"
- uses: actions/setup-go@v3
with:
go-version: 1.20.5

######################################################
### Run Lava Protocol Payment E2E Tests
Expand Down

0 comments on commit ce0f7d8

Please sign in to comment.