Skip to content

Bump botocore from 1.29.40 to 1.31.43 #90

Bump botocore from 1.29.40 to 1.31.43

Bump botocore from 1.29.40 to 1.31.43 #90

Workflow file for this run

name: e2e tests
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test-setup-python:
name: Test setup-python
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run with setup-python 3.7
uses: ./
with:
python-version: 3.7
- name: Run tests
run: make test
run: make e2e_test

Check failure on line 27 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / e2e tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 27, Col: 9): 'run' is already defined .github/workflows/tests.yml (Line: 35, Col: 9): 'run' is already defined
- name: Run with setup-python 3.8
uses: ./
with:
python-version: 3.8
- name: Run tests
run: make test
run: make e2e_test
- name: Run with setup-python 3.9
uses: ./
with:
python-version: 3.9
- name: Run tests
run: make test
run: make e2e_test
- name: Run with setup-python 3.10
uses: ./
with:
python-version: 3.10
- name: Run tests
run: make test
run: make e2e_test
- name: Run with setup-python 3.11
uses: ./
with:
python-version: 3.11
- name: Run tests
run: make test
run: make e2e_test