Skip to content

Bump actions/checkout from 4.1.1 to 4.1.4 #122

Bump actions/checkout from 4.1.1 to 4.1.4

Bump actions/checkout from 4.1.1 to 4.1.4 #122

Workflow file for this run

name: test-examples
on:
push:
branches:
- main
paths:
- '.github/actions/install-examples/action.yml'
- '.github/actions/install-meltingpot/action.yml'
- '.github/workflows/test-examples.yml'
- 'examples/**'
- 'meltingpot/**'
- 'pyproject.toml'
- 'setup.py'
pull_request:
branches:
- main
paths:
- '.github/actions/install-examples.yml'
- '.github/actions/install-meltingpot.yml'
- '.github/workflows/test-examples.yml'
- 'examples/**'
- 'meltingpot/**'
- 'pyproject.toml'
- 'setup.py'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
pytest:
name: Test examples
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- name: Checkout Melting Pot
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Install examples
uses: ./.github/actions/install-examples
- name: Test examples
run: pytest examples