Skip to content

Bump e2b core to 1.4.0 #22

Bump e2b core to 1.4.0

Bump e2b core to 1.4.0 #22

Workflow file for this run

name: Pull Request
permissions:
contents: read
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
jobs:
js-sdk:
uses: ./.github/workflows/js_tests.yml
secrets:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
python-sdk:
uses: ./.github/workflows/python_tests.yml
secrets:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
charts-tests:
uses: ./.github/workflows/charts_tests.yml