Skip to content

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

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 #8

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-22.04
# - 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.10'
- name: Compile and test
run: |
make debug
make test