Skip to content

chore(deps): bump actions/checkout from 4.1.1 to 4.1.3 in /.github/workflows in the gha group #3

chore(deps): bump actions/checkout from 4.1.1 to 4.1.3 in /.github/workflows in the gha group

chore(deps): bump actions/checkout from 4.1.1 to 4.1.3 in /.github/workflows in the gha group #3

Workflow file for this run

name: e2e
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
debug:
strategy:
matrix:
os:
- ubuntu-latest
# - windows-latest
# - macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: true
- name: Setup Python
uses: actions/[email protected]
with:
python-version: "3.12"
- name: Compile debug build
run: make debug
- name: Run tests
run: make test