Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 276
DA Client remove interface: Part 2.5, create e2e test to validate that a blob is posted in DA layer.#2920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
DA Client remove interface: Part 2.5, create e2e test to validate that a blob is posted in DA layer. #2920
Changes from all commits
27fff847913c5ed523336459b570cccb3aa24ca8757bc9847d32243c4bc85b873f5e01c911369389804c421b359ee59a9247029279a18a5eb01b8381d8c9f25edd851685414a8867976434299e59fb90acd1e0cb3b18908585b95c815dc580717de7106c7be4c6222f86d745a0bd5b917a4d953e20badcf2ef05cc4f581d8da1f2fb964a7b45e4218e89278e01c2970495d010File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -76,6 +76,17 @@ | ||
| uses: actions/setup-go@v6 | ||
| with: | ||
| go-version-file: ./go.mod | ||
| - name: Set up Docker Buildx | ||
| uses: docker/setup-buildx-action@v3 | ||
| - name: Build evstack:local-dev (cached) | ||
| uses: docker/build-push-action@v6 | ||
Check warningCode scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium test
Unpinned 3rd party Action 'Tests / Code Coverage' step Uses Step Error loading related location LoadingUh oh!There was an error while loading. Please reload this page. | ||
| with: | ||
| context: . | ||
| file: apps/testapp/Dockerfile | ||
| load: true | ||
| tags: evstack:local-dev | ||
| cache-from: type=gha | ||
| cache-to: type=gha,mode=max | ||
| - name: E2E Tests | ||
| run: make test-e2e | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| //go:build e2e | ||
| package e2e | ||
| import ( | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium test